mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Various small tweaks and fixes
This commit is contained in:
@@ -2593,7 +2593,7 @@ class wxPythonDemo(wx.Frame):
|
||||
|
||||
#---------------------------------------------
|
||||
def OnIconfiy(self, evt):
|
||||
wx.LogMessage("OnIconfiy: %s" % evt.Iconized())
|
||||
wx.LogMessage("OnIconfiy: %s" % evt.IsIconized())
|
||||
evt.Skip()
|
||||
|
||||
#---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user