gtkEntrySetActivatesDefault      package:RGtk2      R Documentation

_g_t_k_E_n_t_r_y_S_e_t_A_c_t_i_v_a_t_e_s_D_e_f_a_u_l_t

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

     If 'setting' is 'TRUE', pressing Enter in the 'entry' will
     activate the default widget for the window containing the entry.
     This usually means that the dialog box containing the entry will
     be closed, since the default widget is usually one of the dialog
     buttons.

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

     gtkEntrySetActivatesDefault(object, setting)

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

'object': ['GtkEntry']  a 'GtkEntry'

'setting': [logical] 'TRUE' to activate window's default widget on
          Enter keypress

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

     (For experts: if 'setting' is 'TRUE', the entry calls
     'gtkWindowActivateDefault' on the window containing the entry, in
     the default handler for the 'gtkWidgetActivate' signal.)

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

     Derived by RGtkGen from GTK+ documentation

