Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::linkbutton(3) [suse man page]

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

NAME
Gtk2::LinkButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::LinkButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable 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 : readable / writable) The URI bound to this button 'visited' (boolean : 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-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::LinkButton(3)

Check Out this Related Man Page

Gtk2::MenuToolButton(3) 				User Contributed Perl Documentation				   Gtk2::MenuToolButton(3)

NAME
Gtk2::MenuToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::MenuToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable METHODS
toolitem = Gtk2::MenuToolButton->new ($icon_widget, $label) o $icon_widget (Gtk2::Widget or undef) o $label (string or undef) toolitem = Gtk2::MenuToolButton->new_from_stock ($stock_id) o $stock_id (string) $button->set_arrow_tooltip_markup ($markup) o $markup (string or undef) Since: gtk+ 2.12 $button->set_arrow_tooltip ($tooltips, $tip_text, $tip_private) o $tooltips (Gtk2::Tooltips) o $tip_text (string) o $tip_private (string) $button->set_arrow_tooltip_text ($text) o $text (string or undef) Since: gtk+ 2.12 widget or undef = $button->get_menu $button->set_menu ($menu) o $menu (Gtk2::Widget or undef) PROPERTIES
'menu' (Gtk2::Menu : readable / writable / private) The dropdown menu SIGNALS
show-menu (Gtk2::MenuToolButton) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::MenuToolButton(3)
Man Page