gtkEventBoxSetAboveChild        package:RGtk2        R Documentation

_g_t_k_E_v_e_n_t_B_o_x_S_e_t_A_b_o_v_e_C_h_i_l_d

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

     Set whether the event box window is positioned above the windows
     of its child, as opposed to below it. If the window is above, all
     events inside the event box will go to the event box. If the
     window is below, events in windows of child widgets will first got
     to that widget, and then to its parents.

_U_s_a_g_e:

     gtkEventBoxSetAboveChild(object, above.child)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkEventBox']  a 'GtkEventBox'

'above.child': [logical] 'TRUE' if the event box window is above the
          windows of its child

_D_e_t_a_i_l_s:

     The default is to keep the window below the child.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

