mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Update wxWidgets, add wxDPIChangedEvent, adapt to some propgrid api changes
This commit is contained in:
@@ -30,6 +30,7 @@ EVT_DROP_FILES = wx.PyEventBinder( wxEVT_DROP_FILES )
|
||||
EVT_INIT_DIALOG = wx.PyEventBinder( wxEVT_INIT_DIALOG )
|
||||
EVT_SYS_COLOUR_CHANGED = wx.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED )
|
||||
EVT_DISPLAY_CHANGED = wx.PyEventBinder( wxEVT_DISPLAY_CHANGED )
|
||||
EVT_DPI_CHANGED = wx.PyEventBinder( wxEVT_DPI_CHANGED )
|
||||
EVT_SHOW = wx.PyEventBinder( wxEVT_SHOW )
|
||||
EVT_MAXIMIZE = wx.PyEventBinder( wxEVT_MAXIMIZE )
|
||||
EVT_ICONIZE = wx.PyEventBinder( wxEVT_ICONIZE )
|
||||
|
||||
Reference in New Issue
Block a user