![]() |
![]() |
Public Member Functions | |
virtual | ~ActionGroup () |
GtkActionGroup* | gobj () |
Provides access to the underlying C GObject. | |
const GtkActionGroup* | gobj () const |
Provides access to the underlying C GObject. | |
GtkActionGroup* | gobj_copy () |
Glib::ustring | get_name () const |
Glib::RefPtr<Action> | get_action (const Glib::ustring& action_name) |
Glib::RefPtr<const Action> | get_action (const Glib::ustring& action_name) const |
Glib::ListHandle< Glib::RefPtr< Action > > | get_actions () |
void | add (const Glib::RefPtr<Action>& action) |
void | add (const Glib::RefPtr<Action>& action, const Action::SlotActivate& slot) |
void | add (const Glib::RefPtr<Action>& action, const AccelKey& accel_key, const Action::SlotActivate& slot) |
void | remove (const Glib::RefPtr<Action>& action) |
Static Public Member Functions | |
Glib::RefPtr<ActionGroup> | create (const Glib::ustring& name=Glib::ustring()) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::ActionGroup> | wrap (GtkActionGroup* 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. |
|
|
|
|
|
|