man Gtk2::ActionGroup () - Gtk2::ActionGroup
NAME
Gtk2::ActionGroup
NOTE: Translation
In C, gtk+'s action groups can use the translation domain to ensure that action labels and tooltips are translated along with the rest of the app. However, the translation function was not available for calling by the Perl bindings until gtk+ 2.6; that is, setting the translation domain had no effect. Translation of action groups is supported in Perl as of Gtk2 1.080 using gtk+ 2.6.0 or later.
HIERARCHY
Glib::Object +----Gtk2::ActionGroup
METHODS
actiongroup = Gtk2::ActionGroup->new ($name)
$action_group->add_action ($action)
$action_group->remove_action ($action)
$action_group->set_sensitive ($sensitive)
$action_group->set_translation_domain ($domain)
$action_group->set_visible ($sensitive)
PROPERTIES
- 'name' (string : readable / writable / construct-only / private)
- A name for the action group.
- 'sensitive' (boolean : readable / writable / private)
- Whether the action group is enabled.
- 'visible' (boolean : readable / writable / private)
- Whether the action group is visible.
SIGNALS
- connect-proxy (Gtk2::ActionGroup, Gtk2::Action, Gtk2::Widget)
- disconnect-proxy (Gtk2::ActionGroup, Gtk2::Action, Gtk2::Widget)
- pre-activate (Gtk2::ActionGroup, Gtk2::Action)
- post-activate (Gtk2::ActionGroup, Gtk2::Action)
SEE ALSO
Gtk2, Glib::Object
COPYRIGHT
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.