gtkWindowPropagateKeyEvent       package:RGtk2       R Documentation

_g_t_k_W_i_n_d_o_w_P_r_o_p_a_g_a_t_e_K_e_y_E_v_e_n_t

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

     Propagate a key press or release event to the focus widget and up
     the focus container chain until a widget handles 'event'. This is
     normally called by the default ::key_press_event and
     ::key_release_event handlers for toplevel windows, however in some
     cases it may be useful to call this directly when overriding the
     standard key handling for a toplevel window.

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

     gtkWindowPropagateKeyEvent(object, event)

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

'object': ['GtkWindow']   a 'GtkWindow'

 'event': ['GdkEventKey']    a 'GdkEventKey'

_V_a_l_u_e:

     [logical] 'TRUE' if a widget in the focus chain handled the event.

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

     Derived by RGtkGen from GTK+ documentation

