First page Back Continue Last page Graphics
Widgets galore: basic windows
wx.Window
wx.Panel
- Can do tab-traversal of controls.
- Uses standard system color for the background.
wx.ScrolledWindow
- Manages its own scrollbars and scrolling of client area.
- Transforms coordinates based on scrollbar positions.