mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Add wx.FullScreenEvent
This commit is contained in:
@@ -217,8 +217,9 @@ EVT_TWO_FINGER_TAP = wx.PyEventBinder( wxEVT_TWO_FINGER_TAP )
|
||||
EVT_LONG_PRESS = wx.PyEventBinder( wxEVT_LONG_PRESS )
|
||||
EVT_PRESS_AND_TAP = wx.PyEventBinder( wxEVT_PRESS_AND_TAP )
|
||||
|
||||
EVT_CLIPBOARD_CHANGED = PyEventBinder(wxEVT_CLIPBOARD_CHANGED, 1)
|
||||
EVT_CLIPBOARD_CHANGED = wx.PyEventBinder(wxEVT_CLIPBOARD_CHANGED, 1)
|
||||
|
||||
EVT_FULLSCREEN = wx.PyEventBinder(wxEVT_FULLSCREEN, 1)
|
||||
|
||||
# deprecated wxEVT aliases
|
||||
wxEVT_COMMAND_BUTTON_CLICKED = wxEVT_BUTTON
|
||||
|
||||
Reference in New Issue
Block a user