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.PowerEvent.html below:

wx.PowerEvent — wxPython Phoenix 4.2.4a1 documentation

wx.PowerEvent¶

The power events are generated when the system power state changes, e.g.

the system is suspended, hibernated, plugged into or unplugged from the wall socket and so on. PowerEvents are emitted by Windows.

Notice that currently only suspend and resume events are generated and only under MS Windows platform. To avoid the need to change the code using this event later when these events are implemented on the other platforms please use the test ifdef wxHAS_POWER_EVENTS instead of directly testing for the platform in your code: this symbol will be defined for all platforms supporting the power events.

Events Emitted by this Class¶

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

Class Hierarchy¶

Inheritance diagram for class

PowerEvent

:

Methods Summary¶

__init__

IsVetoed

Returns whether Veto has been called.

Veto

Call this to prevent suspend from taking place in wxEVT_POWER_SUSPENDING handler (it is ignored for all the others).

Class API¶
class wx.PowerEvent(Event)¶

Possible constructors:

PowerEvent() -> None

PowerEvent(evtType) -> None

The power events are generated when the system power state changes, e.g.


Methods¶
__init__(self, *args, **kw)¶

Overloaded Implementations:

__init__ (self)

Return type:

None

__init__ (self, evtType)

Parameters:

evtType (wx.EventType)

Return type:

None



IsVetoed(self)¶

Returns whether Veto has been called.

Return type:

bool


Veto(self)¶

Call this to prevent suspend from taking place in wxEVT_POWER_SUSPENDING handler (it is ignored for all the others).

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