gtkWindowSetFocus           package:RGtk2           R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_F_o_c_u_s

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

     If 'focus' is not the current focus widget, and is focusable, sets
     it as the focus widget for the window. If 'focus' is 'NULL',
     unsets the focus widget for this window. To set the focus to a
     particular widget in the toplevel, it is usually more convenient
     to use 'gtkWidgetGrabFocus' instead of this function.

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

     gtkWindowSetFocus(object, focus = NULL)

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

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

 'focus': ['GtkWidget']  widget to be the new focus widget, or 'NULL'
          to unset any focus widget for the toplevel window.

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

     Derived by RGtkGen from GTK+ documentation

