Version: 2.9.4
Public Member Functions
wxSysColourChangedEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/event.h>

Inheritance diagram for wxSysColourChangedEvent:

Detailed Description

This class is used for system colour change events, which are generated when the user changes the colour settings using the control panel.

This is only appropriate under Windows.

注意:
The default event handler for this event propagates the event to child windows, since Windows only sends the events to top-level windows. If intercepting this event for a top-level window, remember to call the base class handler, or to pass the event on to the window's children explicitly.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxSysColourChangedEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
イベントとイベント処理

Public Member Functions

 wxSysColourChangedEvent ()
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxSysColourChangedEvent::wxSysColourChangedEvent ( )

Constructor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines