On Jul 28, 2008, at 7:11 AM, Octavian Rasnita wrote:

Hi,

I've seen that an event handler always receives a $event as a second parameter and that this event can be used to do many methods, depending on the event that triggered that event handler.

Where can I find all the methods which I can use for each event type?
(Please just tell me where to search for them in the chm manual.)

Thank you.

Octavian


The $event parameter is a wxEvent, and most of the interesting ones are from the wxCommandEvent subclass. But there are a bunch of wxEvent subclasses, and you will probably want to skim through all of their documentation pages in the manual. (The names all end with "Event", or you can use the Events section of the Classes by Category page.)

Regards,
John Ralls

Reply via email to