Package wx :: Package lib :: Module newevent
[frames | no frames]

Module wx.lib.newevent

Easy generation of new events classes and binder objects
Function Summary
  NewCommandEvent()
Generate new (CmdEvent, Binder) tuple e.g.
  NewEvent()
Generate new (Event, Binder) tuple e.g.

Variable Summary
str __author__ = 'Miki Tebeka <tebeka@cs.bgu.ac.il>'

Function Details

NewCommandEvent()

Generate new (CmdEvent, Binder) tuple e.g. MooCmdEvent, EVT_MOO = NewCommandEvent()

NewEvent()

Generate new (Event, Binder) tuple e.g. MooEvent, EVT_MOO = NewEvent()

Variable Details

__author__

Type:
str
Value:
'Miki Tebeka <tebeka@cs.bgu.ac.il>'                                    

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:42 2005 http://epydoc.sf.net