Differences between revisions 30 and 31
Revision 30 as of 2002-10-06 05:32:17
Size: 1746
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 31 as of 2002-10-10 22:08:20
Size: 1194
Editor: anonymous
Comment: missing edit-log entry for this revision
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
=== Recipes === === Recipe Categories ===
Line 10: Line 10:
    * A CompleteApplication

    * AdvancedEvents

    * BuildingControls

    * CharacterCodesAndKeyboards

    * ClipBoard

    * CreatingCollectionOfControls

    * CreatingStandaloneExecutables

    * CustomEventClasses

    * CustomisedDrawing

    * DragAndDrop

    * InputValueCheckingAndTransfer

    * LayingOutElements

    * ListAndTreeControls

    * LongRunningTasks

    * MessageBoxes

    * MouseOvers

    * ProcessingFilenamesSentToClipboardFromWindowsExplorer

    * ResizableNotebookDialog

    * ScrolledWindows

    * StillToBeWritten

    * ["Surviving with wxEVT_KILL_FOCUS under Microsoft Windows"]

    * TraversingwxTree

    * UpdatingGridData

    * UsingCommandLineArguments

    * UsingSizers

    * WorkingWithImages

    * WorkingWithMenus

    * WorkingWithStaticBoxes

    * WorkingWithThreads

    * WorkingWithWindows

    * ["wxListCtrl ToolTips"]
 * RecipesControls
 * RecipesEvents
 * RecipesCrossPlatform
 * RecipesOther
 * StillToBeWritten
Line 87: Line 31:

I've now split the list up into categories. If you disagree with any of my "what goes where" decisions, please feel free to move the recipes around between different cookbook sections! We should probably start adding new recipes to the appropriate categories now.

  -- RobinMunn

The Cookbook Concept

The wxPython Cookbook is the place to look for additional explanations and examples of things that are not easily grokked from the Reference Guide or from the wxPython demo.

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 ["Cookbook Template"] as a starting point for the recipes you add.

Recipe Categories

Comments

This list is getting a bit long--how about a tree with the following top-level categories:

  • Controls
  • Events
  • Cross-Platform Tips & Tricks

  • Other

-- Mark

I was thinking the same thing. I just alphabetized it for now... :-)

-- Robb

I've now split the list up into categories. If you disagree with any of my "what goes where" decisions, please feel free to move the recipes around between different cookbook sections! We should probably start adding new recipes to the appropriate categories now.

wxPython Cookbook (last edited 2010-07-23 04:38:44 by digger2)

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