1Gtk2::LinkButton(3)   User Contributed Perl Documentation  Gtk2::LinkButton(3)
2
3
4

NAME

6       Gtk2::LinkButton
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gtk2::Button
16                                       +----Gtk2::LinkButton
17

INTERFACES

19         Glib::Object::_Unregistered::AtkImplementorIface
20

METHODS

22       widget = Gtk2::LinkButton->new ($url, $label=undef)
23
24           * $url (string)
25           * $label (string)
26
27       widget = Gtk2::LinkButton->new_with_label ($url, $label=undef)
28
29           * $url (string)
30           * $label (string)
31
32       string = $link_button->get_uri
33
34       Gtk2::LinkButton->set_uri_hook ($func, $data=undef)
35
36           * $func (scalar)
37           * $data (scalar)
38
39           Pass undef for func to unset the URI hook.
40
41           Note that the current implementation does not return the old hook
42           function.  This means that there is no way to restore an old hook
43           once you overwrote it.
44
45       $link_button->set_uri ($uri)
46
47           * $uri (string)
48

PROPERTIES

50       'uri' (string : readable / writable)
51           The URI bound to this button
52

SEE ALSO

54       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
55       Gtk2::Container, Gtk2::Bin, Gtk2::Button
56
58       Copyright (C) 2003-2007 by the gtk2-perl team.
59
60       This software is licensed under the LGPL.  See Gtk2 for a full notice.
61
62
63
64perl v5.8.8                       2007-03-18               Gtk2::LinkButton(3)
Impressum