GtkLinkButton             package:RGtk2             R Documentation

_G_t_k_L_i_n_k_B_u_t_t_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Create buttons bound to a URL

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkLinkButtonNew(uri)'
      'gtkLinkButtonNewWithLabel(uri, label = NULL, show = TRUE)'
      'gtkLinkButtonGetUri(object)'
      'gtkLinkButtonSetUri(object, uri)'
      'gtkLinkButtonSetUriHook(func, data)'
      'gtkLinkButton(uri, label = NULL, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkButton
                                            +----GtkLinkButton 

_I_n_t_e_r_f_a_c_e_s:

     GtkLinkButton implements AtkImplementorIface and  'GtkBuildable'.

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     A 'GtkLinkButton' is a 'GtkButton' with a hyperlink, similar to
     the one used by web browsers, which triggers an action when
     clicked. It is useful to show quick links to resources.

     A link button is created by calling either 'gtkLinkButtonNew' or
     'gtkLinkButtonNewWithLabel'. If using the former, the URI you pass
     to the constructor is used as a label for the widget.

     The URI bound to a 'GtkLinkButton' can be set specifically using
     'gtkLinkButtonSetUri', and retrieved using 'gtkLinkButtonGetUri'.
     'GtkLinkButton' offers a global hook, which is called when the
     used clicks on it: see 'gtkLinkButtonSetUriHook'. 'GtkLinkButton'
     was added in GTK+ 2.10.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_L_i_n_k_B_u_t_t_o_n' The 'GtkLinkButton' struct contains private data
          only, and should be manipulated using the functions below.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkLinkButton' is the equivalent of 'gtkLinkButtonNewWithLabel'.

_U_s_e_r _F_u_n_c_t_i_o_n_s:


     '_G_t_k_L_i_n_k_B_u_t_t_o_n_U_r_i_F_u_n_c(_b_u_t_t_o_n, _l_i_n_k., _u_s_e_r._d_a_t_a)' The type of a
          function which is called when the 'GtkLinkButton' is clicked.

          '_b_u_t_t_o_n' ['GtkLinkButton'] the 'GtkLinkButton' which was
               clicked

          '_l_i_n_k.' [character] 

          '_u_s_e_r._d_a_t_a' [R object] user data that was passed when the
               function was registered with 'gtkLinkButtonSetUriHook'


_P_r_o_p_e_r_t_i_e_s:


     '_u_r_i' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] The URI bound to this button.  

          Default value: "http://www.gtk.org"  Since  2.10


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkLinkButton.html>

_S_e_e _A_l_s_o:

     'GtkButton'

