GtkInvisible              package:RGtk2              R Documentation

_G_t_k_I_n_v_i_s_i_b_l_e

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

     A widget which is not displayed

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

     'gtkInvisibleNew(show = TRUE)'
      'gtkInvisibleNewForScreen(screen, show = TRUE)'
      'gtkInvisibleSetScreen(object, screen)'
      'gtkInvisibleGetScreen(object)'
      'gtkInvisible(screen, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkInvisible 

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

     GtkInvisible implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkInvisible' widget is used internally in GTK+, and is
     probably not  very useful for application developers.

     It is used for reliable pointer grabs and selection handling in
     the code for drag-and-drop.

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


     '_G_t_k_I_n_v_i_s_i_b_l_e' The 'GtkInvisible' struct contains no public
          fields.


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

     'gtkInvisible' is the result of collapsing the constructors of
     'GtkInvisible' ('gtkInvisibleNew', 'gtkInvisibleNewForScreen') and
     accepts a subset of its arguments matching the required arguments
     of one of its delegate constructors.

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


     '_s_c_r_e_e_n' ['_G_d_k_S_c_r_e_e_n' : _R_e_a_d / _W_r_i_t_e] The screen where this window
          will be displayed.


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

