Wx Python From Scratch

Welcome to Wx Python from scratch: a series of short lessons designed to get you up and running with Wx Python. It assumes a working knowledge of Python.

  1. Introduction
  2. Getting started: some definitions
  3. Adding a Panel and Label
  4. Text box, button and events
  5. Using BoxSizers to create complex layouts
  6. Check-boxes, getting and setting values, abstracting panels
  7. RadioButtons and the GridBagSizer
  8. The ListBox, ComboBox and spacers
  9. A menu bar and status bar
  10. Building a larger application
  11. Dialogs
  12. The Date Picker control and the ObjectListView