=== Recipes about Images and Graphics === This section of the [[wxPython Cookbook]] contains recipes about wxPython images -- what they are, how to use them, and so on. Additionally, it has recipes about doing drawing and graphics with wxPython, and the issues that arise (eliminating flicker, double-buffering, graphics contexts, etc.) 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 === * VerySimpleDrawing * CustomisedDrawing * DoubleBufferedDrawing * WorkingWithImages * IntegratingPyGame * EmbeddingImagesInSource * IconsInNotebookTabs * UseYourOwnIconsInDirctrl * UsingCairoWithWxPython * UsingCairoTheEasyWay * HexMapCode * BubblesToy * PngWithAlphaChannel === 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]]