|
NAMEGtk2::UIManager - wrapper for GtkUIManagerHIERARCHYGlib::Object +----Gtk2::UIManager INTERFACESGtk2::Buildable METHODSuimanager = Gtk2::UIManager->newinteger = $self->new_merge_idaccelgroup = $self->get_accel_groupaction = $self->get_action ($path)
list = $self->get_action_groupsboolean = $self->get_add_tearoffs$self->set_add_tearoffs ($add_tearoffs)
$self->add_ui ($merge_id, $path, $name, $action, $type, $top)
integer = $self->add_ui_from_file ($filename)
May croak with a Glib::Error in $@ on failure. integer = $self->add_ui_from_string ($buffer)
May croak with a Glib::Error in $@ on failure. $self->ensure_update$self->insert_action_group ($action_group, $pos)
$self->remove_action_group ($action_group)
$self->remove_ui ($merge_id)
list = $self->get_toplevels ($types)
string = $self->get_uiwidget = $self->get_widget ($path)
PROPERTIES
SIGNALS
ENUMS AND FLAGSflags Gtk2::UIManagerItemType
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |