Name
class Inti::Gtk::Box --
Synopsis
class Inti::Gtk::Box is declared in the header inti/gtk/box.h.
This is an abstract base class, and may not be instantiated.
Public Methods
method Inti::Gtk::Box::gtk_box
method Inti::Gtk::Box::pack_start
void pack_start (Inti::Gtk::Widget* child, bool expand, bool fill, unsigned int padding) |
method Inti::Gtk::Box::pack_end
void pack_end (Inti::Gtk::Widget* child, bool expand, bool fill, unsigned int padding) |
method Inti::Gtk::Box::set_homogeneous
method Inti::Gtk::Box::set_spacing
method Inti::Gtk::Box::reorder_child
method Inti::Gtk::Box::homogeneous
method Inti::Gtk::Box::spacing
Protected Constructors
method Inti::Gtk::Box::Box
method Inti::Gtk::Box::Box
Box (bool homogeneous, int spacing) |
method Inti::Gtk::Box::Box
Box (GtkBox * src, GtkBoxClass * orig) |
Protected Destructor
method Inti::Gtk::Box::~Box