gtkWindowActivateKey          package:RGtk2          R Documentation

_g_t_k_W_i_n_d_o_w_A_c_t_i_v_a_t_e_K_e_y

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

     Activates mnemonics and accelerators for this 'GtkWindow'. This is
     normally called by the default ::key_press_event handler 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:

     gtkWindowActivateKey(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 mnemonic or accelerator was found and
     activated.

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

     Derived by RGtkGen from GTK+ documentation

