Container Widgets
All container widgets derive from Gtk::Container, not always directly. Some container widgets, such as Gtk::Grid can hold many child widgets, so these typically have more complex interfaces. Others, such as Gtk::Frame contain only one child widget.
- 8.1. Single-item Containers
- 8.2. Multiple-item widgets