Document when wxColour::IsSolid() was added
This commit is contained in:
parent
22349a79aa
commit
d932e89d40
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue