wxPython Classes Cheat Sheet

A wikipage to help you write scripts which was generated by a script attatched to the wikipage.

NB: Think of this page as a collection of shortcuts to the docs. It is not comprehensive in any way. There are many more classes in the wx library than listed here, and most classes have many more methods. I only add to this page as I encounter new features that I need in my projects, and I've just discovered PySide. - Anthony.

Contents:

wx.App:

wx.Window:

wx.Sizer:

wx.Control:

wx.ItemContainer(Control):

wx.Event:

wx.Font:

wx.Image:

wx.DC:

App classes

wx.App

wxPython - Sphinx - wxWidgets

Back to Top

wx.PySimpleApp

wxPython - Sphinx - wxWidgets

Back to Top

Window classes

wx.Window

wxPython - Sphinx - wxWidgets

Back to Top

wx.TopLevelWindow

wxPython - Sphinx - wxWidgets

Back to Top

wx.Frame

wxPython - Sphinx - wxWidgets

Back to Top

wx.Panel

wxPython - Sphinx - wxWidgets

Back to Top

wx.Dialog

wxPython - Sphinx - wxWidgets

Back to Top

wx.MessageDialog

wxPython - Sphinx - wxWidgets

Back to Top

wx.ProgressDialog

wxPython - Sphinx - wxWidgets

Back to Top

Sizer classes

wx.Sizer

wxPython - Sphinx - wxWidgets

Back to Top

wx.BoxSizer

wxPython - Sphinx - wxWidgets

Back to Top

wx.StaticBoxSizer

wxPython - Sphinx - wxWidgets

Back to Top

wx.GridSizer

wxPython - Sphinx - wxWidgets

Back to Top

wx.FlexGridSizer

wxPython - Sphinx - wxWidgets

Back to Top

wx.GridBagSizer

wxPython - Sphinx - wxWidgets

Back to Top

Control classes

wx.Control

wxPython - Sphinx - wxWidgets

Back to Top

wx.Button

wxPython - Sphinx - wxWidgets

Back to Top

wx.ToggleButton

wxPython - Sphinx - wxWidgets

Back to Top

wx.RadioButton

wxPython - Sphinx - wxWidgets

Back to Top

wx.CheckBox

wxPython - Sphinx - wxWidgets

Back to Top

wx.RadioBox

wxPython - Sphinx - wxWidgets

Back to Top

wx.StaticBitmap

wxPython - Sphinx - wxWidgets

Back to Top

wx.StaticPicture

wxPython - Sphinx - wxWidgets

Back to Top

wx.StaticText

wxPython - Sphinx - wxWidgets

Back to Top

wx.TextCtrl

wxPython - Sphinx - wxWidgets

Back to Top

wx.Gauge

wxPython - Sphinx - wxWidgets

Back to Top

wx.RichTextCtrl

wxPython - Sphinx - wxWidgets

Back to Top

wx.ListCtrl

wxPython - Sphinx - wxWidgets

Back to Top

wx.TreeCtrl

wxPython - Sphinx - wxWidgets

Back to Top

ItemContainer(Control) classes

wx.ItemContainer

wxPython - Sphinx - wxWidgets

Back to Top

wx.Choice

wxPython - Sphinx - wxWidgets

Back to Top

wx.ListBox

wxPython - Sphinx - wxWidgets

Back to Top

Event classes

wx.EvtHandler

wxPython - Sphinx - wxWidgets

Back to Top

wx.Event

wxPython - Sphinx - wxWidgets

Back to Top

wx.ActivateEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.CloseEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.CommandEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.MouseEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.MenuEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.IdleEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.PaintEvent

wxPython - Sphinx - wxWidgets

Back to Top

wx.ShowEvent

wxPython - Sphinx - wxWidgets

Back to Top

Font classes

wx.Font

wxPython - Sphinx - wxWidgets

Back to Top

Image classes

wx.Image

wxPython - Sphinx - wxWidgets

Back to Top

wx.Bitmap

wxPython - Sphinx - wxWidgets

Back to Top

DC classes

wx.DC

wxPython - Sphinx - wxWidgets

Back to Top

wx.BufferedDC

wxPython - Sphinx - wxWidgets

Back to Top

wx.MemoryDC

wxPython - Sphinx - wxWidgets

Back to Top


This page was created by AnthonyGlaser.

Please don't edit this page directly. Instead, download cheat_sheet.xml, models.py , and xml_parser.py. Modify cheat_sheet.xml and run the function write_sheet in xml_parser.py. Upload the output and attach any changed files.

Or just stay tuned for updates.

wxClassesCheatSheet (last edited 2013-07-14 17:47:46 by 198-84-183-34)

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