gdkWindowSetEvents           package:RGtk2           R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_E_v_e_n_t_s

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

     The event mask for a window determines which events will be
     reported for that window. For example, an event mask including
     'GDK_BUTTON_PRESS_MASK' means the window should report button
     press events. The event mask is the bitwise OR of values from the
     'GdkEventMask' enumeration.

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

     gdkWindowSetEvents(object, event.mask)

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

'object': ['GdkWindow']  a 'GdkWindow'

'event.mask': ['GdkEventMask']  event mask for 'window'

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

     Derived by RGtkGen from GTK+ documentation

