1 class ButtonMouseClickEvent( event.Event ) :
   2     name = 'mouseClick' 
   3     binding = wx.EVT_BUTTON
   4     id = wx.wxEVT_COMMAND_BUTTON_CLICKED
   5     command = True

ButtonMouseClickEvent (last edited 2008-03-11 10:50:39 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.