=== Recipes about Events === This section of the [[wxPython Cookbook]] contains recipes about wxPython events -- what they are, how to use them, and so on. If you can't find what you're looking for then please consider figuring it out and then writing a recipe for the Cookbook so others won't have to go through the same pain you did. You can use a copy of this [[CookbookTemplate]] as a starting point for the recipes you add. === Recipes === * AdvancedEvents * CharacterCodesAndKeyboards * CustomEventClasses * MouseOvers * [[Surviving with wxEVT KILL FOCUS under Microsoft Windows|Surviving with wxEVT_KILL_FOCUS under Microsoft Windows]] * [[Getting true event positions when using wxSplitters]] * EventGeneration * PushEventHandler * [[Avoiding EVT_MENU|Avoiding EVT_MENU]] * EventPropagation * [[Using Multi-key Shortcuts]] * RegisterHotKey (system-wide hot keys) * ForwardBackwardButtons * JoystickEvents === Comments === Recipes are now categorized by sections. Please feel free to add your own recipes to any section, or even add a completely new section if appropriate. . - [[Robin Munn]]