|
NAMEGtk2::LinkButton - wrapper for GtkLinkButtonHIERARCHYGlib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::LinkButton INTERFACESGlib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODSwidget = Gtk2::LinkButton->new ($url, $label=undef)
widget = Gtk2::LinkButton->new_with_label ($url, $label=undef)
string = $link_button->get_uriGtk2::LinkButton->set_uri_hook ($func, $data=undef)
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)
boolean = $link_button->get_visitedSince: gtk+ 2.14$link_button->set_visited ($visited)
Since: gtk+ 2.14 PROPERTIES
SEE ALSOGtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ButtonCOPYRIGHTCopyright (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. |