Next Previous Contents

10. Single-item widgets

In this chapter, we discuss the single-item (i.e., derived from Gtk::Bin) container widgets, with the exception of the Button and Window widgets, which we've already covered.

We also discuss the Gtk::Paned widget, which allows you to divide a window into two separate "panes". This widget actually contains two child widgets, but it doesn't maintain a list, so we've included it here.