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

wx.FullScreenEvent — wxPython Phoenix 4.2.4a1 documentation

wx.FullScreenEvent¶

An event being sent when the user enters or exits full screen mode.

Currently this event is only generated in the OSX/Cocoa port when wx.TopLevelWindow.EnableFullScreenView is enabled and the user the user enters or exits full screen. Note that this event is not generated when wx.TopLevelWindow.ShowFullScreen .

Events Emitted by this Class¶

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

Added in version 4.1/wxWidgets-3.1.5.

Class Hierarchy¶

Inheritance diagram for class

FullScreenEvent

:

Methods Summary¶

__init__

Constructor.

IsFullScreen

Returns True if the frame entered full screen, False if exited full screen.

Class API¶
class wx.FullScreenEvent(Event)¶

Possible constructors:

FullScreenEvent(id=0, fullscreen=True) -> None

An event being sent when the user enters or exits full screen mode.


Methods¶
__init__(self, id=0, fullscreen=True)¶

Constructor.

Parameters:
  • id (int)

  • fullscreen (bool)

Return type:

None


IsFullScreen(self)¶

Returns True if the frame entered full screen, False if exited full screen.

Return type:

bool


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