Add wx.FullScreenEvent

This commit is contained in:
Robin Dunn
2021-07-24 16:01:37 -07:00
parent 70535a722b
commit af2c2b63c6
3 changed files with 3 additions and 9 deletions

View File

@@ -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