Document when wxColour::IsSolid() was added
This commit is contained in:
parent
22349a79aa
commit
d932e89d40
@ -202,6 +202,8 @@ public:
|
||||
/**
|
||||
Returns @true if the color can be described using RGB values, i.e. is solid,
|
||||
@false if it is a pattern (currently only possible on macOS)
|
||||
|
||||
@since 3.1.2
|
||||
*/
|
||||
virtual bool IsSolid() const;
|
||||
//@{
|
||||
|
Loading…
Reference in New Issue
Block a user