Name
class Inti::Gtk::Container --
Synopsis
class Inti::Gtk::Container is declared in the header inti/gtk/container.h.
This is an abstract base class, and may not be instantiated.
Public Typedefs
typedef Inti::Gtk::Container::AddProxyType
typedef SignalProxy<Object,AddSignalType> AddProxyType |
typedef Inti::Gtk::Container::RemoveProxyType
typedef SignalProxy<Object,RemoveSignalType> RemoveProxyType |
Public Methods
method Inti::Gtk::Container::gtk_container
method Inti::Gtk::Container::add
void add (Inti::Gtk::Widget* widget) |
method Inti::Gtk::Container::remove
void remove (Inti::Gtk::Widget* widget) |
method Inti::Gtk::Container::sig_add
method Inti::Gtk::Container::sig_remove
method Inti::Gtk::Container::for_each
method Inti::Gtk::Container::focus
method Inti::Gtk::Container::border_width
method Inti::Gtk::Container::set_border_width
method Inti::Gtk::Container::children
Protected Typedefs
typedef Inti::Gtk::Container::AddSignalType
typedef WrapSignal1<void,Widget * > AddSignalType |
typedef Inti::Gtk::Container::RemoveSignalType
typedef WrapSignal1<void,Widget * > RemoveSignalType |
Protected Constructors
method Inti::Gtk::Container::Container
Container (GtkContainer * src, GtkContainerClass* orig) |
method Inti::Gtk::Container::Container
Protected Destructor
method Inti::Gtk::Container::~Container
Protected Virtual Methods
method Inti::Gtk::Container::for_all_impl
virtual void for_all_impl (bool include_internals, const Slot1<void,Widget*> * slot) |
method Inti::Gtk::Container::focus_impl
method Inti::Gtk::Container::add_impl
method Inti::Gtk::Container::remove_impl
method Inti::Gtk::Container::on_add
method Inti::Gtk::Container::on_remove
Protected Methods
method Inti::Gtk::Container::set_reallocate_redraws
method Inti::Gtk::Container::set_focus_child
method Inti::Gtk::Container::set_focus_vadjustment
method Inti::Gtk::Container::set_focus_hadjustment
method Inti::Gtk::Container::resize_children
Protected Variables
variable Inti::Gtk::Container::add_signal
static const AddSignalType add_signal |
variable Inti::Gtk::Container::remove_signal
static const RemoveSignalType remove_signal |