TODO. More...
Inherits Glib::Interface.
Inherited by Gtk::Action, Gtk::ActionGroup, Gtk::ListStore, Gtk::SizeGroup, Gtk::TreeStore, and Gtk::Widget.
Public Member Functions | |
virtual | ~Buildable () |
GtkBuildable* | gobj () |
Provides access to the underlying C GObject. | |
const GtkBuildable* | gobj () const |
Provides access to the underlying C GObject. | |
void | set_name (const Glib::ustring& name) |
Sets the name of the buildable object. | |
Glib::ustring | get_name () const |
Gets the name of the buildable object. | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gtk::Buildable > | wrap (GtkBuildable* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
TODO.
virtual Gtk::Buildable::~Buildable | ( | ) | [virtual] |
static void Gtk::Buildable::add_interface | ( | GType | gtype_implementer | ) | [static] |
Glib::ustring Gtk::Buildable::get_name | ( | ) | const |
Gets the name of the buildable object.
Gtk::Builder sets the name based on the the <link linkend="BUILDER-UI">GtkBuilder UI definition</link> used to construct the buildable.
Reimplemented in Gtk::Action, and Gtk::ActionGroup.
GtkBuildable* Gtk::Buildable::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::Action, Gtk::ActionGroup, Gtk::ListStore, Gtk::RadioAction, Gtk::SizeGroup, Gtk::ToggleAction, and Gtk::TreeStore.
const GtkBuildable* Gtk::Buildable::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::Action, Gtk::ActionGroup, Gtk::ListStore, Gtk::RadioAction, Gtk::SizeGroup, Gtk::ToggleAction, and Gtk::TreeStore.
void Gtk::Buildable::set_name | ( | const Glib::ustring & | name | ) |
Glib::RefPtr< Gtk::Buildable > wrap | ( | GtkBuildable * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |