Document when wxColour::IsSolid() was added

This commit is contained in:
Paul Cornett 2021-01-28 07:31:36 -08:00
parent 22349a79aa
commit d932e89d40

View File

@ -202,6 +202,8 @@ public:
/** /**
Returns @true if the color can be described using RGB values, i.e. is solid, 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) @false if it is a pattern (currently only possible on macOS)
@since 3.1.2
*/ */
virtual bool IsSolid() const; virtual bool IsSolid() const;
//@{ //@{