Re: List of Events in wxPython

2006-12-12 Thread Jacksondf
John wrote the following on 12/07/2006 09:39 AM: > Exactly which docs are you looking at? The wxPython docs have a link > that lists all the classes, just scroll down to that particular class > and it lists the events, like hg posted. Strange. I was looking at: http://www.wxpython.org/docs/api/

Re: List of Events in wxPython

2006-12-07 Thread John Salerno
Jacksondf wrote: > What is that procedure for determining which events can be binded for a > particular widget? The docs don't seem to help. For example, how can I > know which events wx.SpinButton will send. > > Thanks. Exactly which docs are you looking at? The wxPython docs have a link th

Re: List of Events in wxPython

2006-12-06 Thread hg
Jacksondf wrote: > What is that procedure for determining which events can be binded for a > particular widget? The docs don't seem to help. For example, how can I > know which events wx.SpinButton will send. > > Thanks. from the doc: To process input from a spin button, use one of these event

List of Events in wxPython

2006-12-05 Thread Jacksondf
What is that procedure for determining which events can be binded for a particular widget? The docs don't seem to help. For example, how can I know which events wx.SpinButton will send. Thanks. -- http://mail.python.org/mailman/listinfo/python-list