5.2.
Widgets Without Windows
The following widgets do not have an associated
window. If you want to capture events, you'll have to use the EventBox.
See the section on the EventBox
widget.
GtkAlignment
GtkArrow
GtkBin
GtkBox
GtkImage
GtkItem
GtkLabel
GtkPixmap
GtkScrolledWindow
GtkSeparator
GtkTable
GtkAspectFrame
GtkFrame
GtkVBox
GtkHBox
GtkVSeparator
GtkHSeparator
|
We'll further our exploration of PyGTK
by examining each widget in turn, creating a few simple example programs
to display them. Another good source is the testgtk.py program that comes
with PyGTK. It can be found in examples/testgtk/testgtk.py
in the PyGTK source directory.