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
.
Handlers bound for the following event types will receive a wx.FullScreenEvent parameter.
EVT_FULLSCREEN: Process a wxEVT_FULLSCREEN
event.
Added in version 4.1/wxWidgets-3.1.5.
Class Hierarchy¶Inheritance diagram for class
FullScreenEvent:
Methods Summary¶Constructor.
Returns True
if the frame entered full screen, False
if exited full screen.
Possible constructors:
FullScreenEvent(id=0, fullscreen=True) -> None
An event being sent when the user enters or exits full screen mode.
Constructor.
id (int)
fullscreen (bool)
None
Returns True
if the frame entered full screen, False
if exited full screen.
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