GtkItem                package:RGtk2                R Documentation

_G_t_k_I_t_e_m

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

     Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem

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

     'gtkItemSelect(object)'
      'gtkItemDeselect(object)'
      'gtkItemToggle(object)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkItem
                                            +----GtkMenuItem
                                            +----GtkListItem
                                            +----GtkTreeItem 

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

     GtkItem implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkItem' widget is an abstract base class for 'GtkMenuItem',
     'GtkListItem' and 'GtkTreeItem'.

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


     '_G_t_k_I_t_e_m' The 'GtkItem' struct contains private data only, and
          should be accessed using the functions below.


_S_i_g_n_a_l_s:


     '_d_e_s_e_l_e_c_t(_i_t_e_m, _u_s_e_r._d_a_t_a)' Emitted when the item is deselected.

          '_i_t_e_m' ['GtkItem'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_s_e_l_e_c_t(_i_t_e_m, _u_s_e_r._d_a_t_a)' Emitted when the item is selected.

          '_i_t_e_m' ['GtkItem'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_t_o_g_g_l_e(_i_t_e_m, _u_s_e_r._d_a_t_a)' Emitted when the item is toggled.

          '_i_t_e_m' ['GtkItem'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_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/GtkItem.html>

