Don't document wxSysColourChangedEvent as being MSW-only
The docs mentioned this event as being Windows only, but it is also generated on macOS and GTK now. Closes https://github.com/wxWidgets/wxWidgets/pull/2296
This commit is contained in:
committed by
Vadim Zeitlin
parent
e180baa6df
commit
da8c851949
@@ -111,12 +111,12 @@ public:
|
||||
@param event
|
||||
The colour change event.
|
||||
|
||||
@remarks Changes the panel's colour to conform to the current settings
|
||||
(Windows only). Add an event table entry for your panel
|
||||
class if you wish the behaviour to be different (such
|
||||
as keeping a user-defined background colour). If you do
|
||||
override this function, call wxEvent::Skip() to propagate
|
||||
the notification to child windows and controls.
|
||||
@remarks Changes the panel's colour to conform to the current settings.
|
||||
Add an event table entry for your panel class if you wish the
|
||||
behaviour to be different (such as keeping a user-defined
|
||||
background colour). If you do override this function, call
|
||||
wxEvent::Skip() to propagate the notification to child windows
|
||||
and controls.
|
||||
|
||||
@see wxSysColourChangedEvent
|
||||
*/
|
||||
|
Reference in New Issue
Block a user