Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::linkbutton(3pm) [debian man page]

Gtk2::LinkButton(3pm)					User Contributed Perl Documentation				     Gtk2::LinkButton(3pm)

NAME
Gtk2::LinkButton - wrapper for GtkLinkButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::LinkButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
widget = Gtk2::LinkButton->new ($url, $label=undef) o $url (string) o $label (string) widget = Gtk2::LinkButton->new_with_label ($url, $label=undef) o $url (string) o $label (string) string = $link_button->get_uri Gtk2::LinkButton->set_uri_hook ($func, $data=undef) o $func (scalar) o $data (scalar) Pass undef for func to unset the URI hook. Note that the current implementation does not return the old hook function. This means that there is no way to restore an old hook once you overwrote it. $link_button->set_uri ($uri) o $uri (string) boolean = $link_button->get_visited Since: gtk+ 2.14 $link_button->set_visited ($visited) o $visited (boolean) Since: gtk+ 2.14 PROPERTIES
'uri' (string : default undef : readable / writable) The URI bound to this button 'visited' (boolean : default false : readable / writable) Whether this link has been visited. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button 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.14.2 2012-05-27 Gtk2::LinkButton(3pm)

Check Out this Related Man Page

Gtk2::RadioToolButton(3pm)				User Contributed Perl Documentation				Gtk2::RadioToolButton(3pm)

NAME
Gtk2::RadioToolButton - wrapper for GtkRadioToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::ToggleToolButton +----Gtk2::RadioToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::RadioToolButton->new ($member_or_listref=undef) o $member_or_listref (scalar) toolitem = Gtk2::RadioToolButton->new_from_stock ($member_or_listref, $stock_id) o $member_or_listref (scalar) o $stock_id (string) toolitem = Gtk2::RadioToolButton->new_from_widget ($group) o $group (Gtk2::RadioToolButton or undef) toolitem = Gtk2::RadioToolButton->new_with_stock_from_widget ($group, $stock_id) o $group (Gtk2::Widget or undef) o $stock_id (string) arrayref = $button->get_group $button->set_group ($member_or_listref) o $member_or_listref (scalar) PROPERTIES
'group' (Gtk2::RadioToolButton : default undef : writable / private) The radio tool button whose group this button belongs to. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton, Gtk2::ToggleToolButton 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.14.2 2012-05-27 Gtk2::RadioToolButton(3pm)
Man Page