Differences between revisions 12 and 13
Revision 12 as of 2004-04-28 14:43:50
Size: 183
Editor: xavier
Comment: Is this what you are trying to do?
Revision 13 as of 2008-03-11 10:50:39
Size: 183
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

   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.