A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.SysColourChangedEvent.html below:

wx.SysColourChangedEvent — wxPython Phoenix 4.2.4a1 documentation

wx.SysColourChangedEvent¶

This class is used for system colour change events, which are generated when the user changes the colour settings or when the system theme changes (e.g. automatic dark mode switching on macOS).

Event handlers for this event can access the new system colour settings through wx.SystemSettings.GetColour .

Events Emitted by this Class¶

Handlers bound for the following event types will receive a wx.SysColourChangedEvent parameter.

Note

The default event handler for this event propagates the event to child windows, since the system events are only sent to top-level windows. If intercepting this event for a top-level window, remember to either call wx.Event.Skip on the event, call the base class handler, or pass the event on to the window’s children explicitly.

Class Hierarchy¶

Inheritance diagram for class

SysColourChangedEvent

:

Methods Summary¶ Class API¶
class wx.SysColourChangedEvent(Event)¶

Possible constructors:

SysColourChangedEvent() -> None

This class is used for system colour change events, which are generated when the user changes the colour settings or when the system theme changes (e.g. automatic dark mode switching on macOS).


Methods¶
__init__(self)¶

Constructor.

Return type:

None


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4