On 2/6/12 9:40 PM, Ian Simcock wrote:
> Actually, now I'm even more confused. I went to the wxPython web site to
> look at the docs for wxApp and their documentation lists FilterEvent,
> but it makes no mention of SetCallFilterEvent.
>
> Am I right in guessing that this is also a wxApp method and that their
> documentation is missing it for some reason?

There are two things going on here. One, the online wx docs are for wxWidgets, 
not 
the wxPython wrapper. wxWidgets doesn't define App.SetCallFilterEvent; that was 
added 
in the wxPython code. So it isn't documented at the wxWidgets level.

More confusing is looking at the link below that, claiming new wxPython docs. 
Unfortunately, I don't think they've generated that in a long while, because it 
doesn't even show FilterEvent.

The better place to get current documentation is from a python interpreter, 
like:

 >>> import wx
 >>> help(wx.App)

Paul
_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4f3174f5.8050...@ulmcnett.com

Reply via email to