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 Gtk2::EventBox. See the section on the Gtk2::EventBox widget.

Gtk2::Alignment
Gtk2::Arrow
Gtk2::Bin
Gtk2::Box
Gtk2::Button
Gtk2::CheckButton
Gtk2::Fixed
Gtk2::Image
Gtk2::Label
Gtk2::MenuItem
Gtk2::Notebook
Gtk2::Paned
Gtk2::RadioButton
Gtk2::Range
Gtk2::ScrolledWindow
Gtk2::Separator
Gtk2::Table
Gtk2::Toolbar
Gtk2::AspectFrame
Gtk2::Frame
Gtk2::VBox
Gtk2::HBox
Gtk2::VSeparator
Gtk2::HSeparator

We'll further our exploration of GTK by examining each widget in turn, creating a few simple functions to display them.