gtkWindowPresent            package:RGtk2            R Documentation

_g_t_k_W_i_n_d_o_w_P_r_e_s_e_n_t

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

     Presents a window to the user. This may mean raising the window in
     the stacking order, deiconifying it, moving it to the current
     desktop, and/or giving it the keyboard focus, possibly dependent
     on the user's platform, window manager, and preferences.

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

     gtkWindowPresent(object)

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

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

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

     If 'window' is hidden, this function calls 'gtkWidgetShow' as
     well.

     This function should be used when the user tries to open a window
     that's already open. Say for example the preferences dialog is
     currently open, and the user chooses Preferences from the menu a
     second time; use 'gtkWindowPresent' to move the already-open
     dialog where the user can see it.

     If you are calling this function in response to a user
     interaction, it is preferable to use 'gtkWindowPresentWithTime'.

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

     Derived by RGtkGen from GTK+ documentation

