Gtk2::AccelLabel(3) User Contributed Perl Documentation Gtk2::AccelLabel(3) NAME Gtk2::AccelLabel - wrapper for GtkAccelLabel DESCRIPTION Note that the "accel-widget" property is a hard reference to the target widget. If it's a container parent of the AccelLabel then it will be a circular reference and will have to be unset by an explicit "destroy" when no longer wanted, as usual for such things. See Gtk2::MenuItem for how this affects the common case of a MenuItem containing a AccelLabel. HIERARCHY Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Misc +----Gtk2::Label +----Gtk2::AccelLabel INTERFACES Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS widget = Gtk2::AccelLabel->new ($string) o $string (string) widget or undef = $accel_label->get_accel_widget $accel_label->set_accel_widget ($accel_widget) o $accel_widget (Gtk2::Widget or undef) integer = $accel_label->get_accel_width boolean = $accel_label->refetch PROPERTIES 'accel-closure' (GClosure : default undef : readable / writable / private / static-nick / static-blurb) The closure to be monitored for accelerator changes 'accel-widget' (Gtk2::Widget : default undef : readable / writable / private / static-nick / static-blurb) The widget to be monitored for accelerator changes SEE ALSO Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc, Gtk2::Label COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.38.0 2023-07-25 Gtk2::AccelLabel(3)