GtkEventBox              package:RGtk2              R Documentation

_G_t_k_E_v_e_n_t_B_o_x

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

     A widget used to catch events for widgets which do not have their
     own window

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

     'gtkEventBoxNew(show = TRUE)'
      'gtkEventBoxSetAboveChild(object, above.child)'
      'gtkEventBoxGetAboveChild(object)'
      'gtkEventBoxSetVisibleWindow(object, visible.window)'
      'gtkEventBoxGetVisibleWindow(object)'
      'gtkEventBox(show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkEventBox 

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

     GtkEventBox implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkEventBox' widget is a subclass of 'GtkBin' which also has
     its own window. It is useful since it allows you to catch events
     for widgets which do not have their own window.

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


     '_G_t_k_E_v_e_n_t_B_o_x' The 'GtkEventBox' struct contains private data only,
          and should be accessed 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:

     'gtkEventBox' is the equivalent of 'gtkEventBoxNew'.

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


     '_a_b_o_v_e-_c_h_i_l_d' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the event-trapping
          window of the eventbox is above the window of the child
          widget as opposed to below it.  Default value: FALSE


     '_v_i_s_i_b_l_e-_w_i_n_d_o_w' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the event box is
          visible, as opposed to invisible and only used to trap
          events.  Default value: TRUE


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

