Introduction

Introduce the topic for your cookbook here.

What Objects are Involved

Describe the various components (both regular Python objects and wx objects). An indented list would work well -- the object listed at the higher level, with an explanation for how it fits in at a lower level.

Process Overview

Describe what you have to do to make the pieces work with each other. If there are pieces you have to inherit from, describe which ones you use, why, and what additional capabilities you add.

Special Concerns

This is the place to list anything such as

Code Sample

   1 import wx
   2 
   3 # put your sample code here

Comments

This is the place that you can add your plans for the future of this page, tell people how to contact you, or leave feedback for the author of the page.

CookbookTemplate (last edited 2010-05-06 18:43:34 by c-98-246-90-205)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.