While generically a wx.Event can be generated both by user actions(e.g., resize of a wx.Window) and by calls to functions (e.g.,wx.Window.SetSize), wxPython controls normally send wx.CommandEvent -derived events only for the user-generatedevents. The only exceptions to this rule are:




WxPython In Action