![]() |
![]() |
Public Member Functions | |
virtual | ~UIManager () |
GtkUIManager* | gobj () |
Provides access to the underlying C GObject. | |
const GtkUIManager* | gobj () const |
Provides access to the underlying C GObject. | |
GtkUIManager* | gobj_copy () |
void | set_add_tearoffs (bool add_tearoffs=true) |
bool | get_add_tearoffs () const |
void | insert_action_group (const Glib::RefPtr<ActionGroup>& action_group, int pos=0) |
void | remove_action_group (const Glib::RefPtr<ActionGroup>& action_group) |
Glib::ListHandle< Glib::RefPtr< ActionGroup > > | get_action_groups () |
Glib::RefPtr<AccelGroup> | get_accel_group () |
Glib::RefPtr<const AccelGroup> | get_accel_group () const |
Widget* | get_widget (const Glib::ustring& path) |
const Widget* | get_widget (const Glib::ustring& path) const |
Glib::RefPtr<Action> | get_action (const Glib::ustring& path) |
Glib::RefPtr<const Action> | get_action (const Glib::ustring& path) const |
guint | add_ui_from_string (const Glib::ustring& buffer) |
guint | add_ui_from_file (const Glib::ustring& filename) |
void | add_ui (guint merge_id, const Glib::ustring& path, const Glib::ustring& name, const Glib::ustring& action, UIManagerItemType type, bool top=true) |
void | remove_ui (guint merge_id) |
Glib::ustring | get_ui () const |
void | ensure_update () |
guint | new_merge_id () |
Glib::SignalProxy1< void, Widget* > | signal_add_widget () |
Glib::SignalProxy0<void> | signal_actions_changed () |
Glib::PropertyProxy<bool> | property_add_tearoffs () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_ui () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Static Public Member Functions | |
Glib::RefPtr<UIManager> | create () |
Protected Member Functions | |
virtual void | on_add_widget (Widget* widget) |
virtual void | on_actions_changed () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::UIManager> | wrap (GtkUIManager* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
|
|
|
|
|
|
|
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|
|
|
|
|
|
|