A custom Gtk::EventBox containing a Gtk::VBox painted white. More...
Public Member Functions | |
virtual Gtk::VBox & | get_root_vbox () |
Returns the root Gtk::VBox. | |
WhiteBox () | |
Constructs a new WhiteBox. | |
virtual | ~WhiteBox () |
Protected Member Functions | |
virtual bool | on_expose_event (GdkEventExpose *event) |
Protected Attributes | |
Gtk::VBox | root_vbox_ |
A custom Gtk::EventBox containing a Gtk::VBox painted white.
TileView uses this widget as a root container.
Gtk::Util::WhiteBox::WhiteBox | ( | ) | [explicit] |
Constructs a new WhiteBox.
virtual Gtk::Util::WhiteBox::~WhiteBox | ( | ) | [virtual] |
virtual Gtk::VBox& Gtk::Util::WhiteBox::get_root_vbox | ( | ) | [virtual] |
Returns the root Gtk::VBox.
Use the reference to pack widgets inside the WhiteBox.
virtual bool Gtk::Util::WhiteBox::on_expose_event | ( | GdkEventExpose * | event | ) | [protected, virtual] |
Gtk::VBox Gtk::Util::WhiteBox::root_vbox_ [protected] |