gdkNotifyStartupComplete        package:RGtk2        R Documentation

_g_d_k_N_o_t_i_f_y_S_t_a_r_t_u_p_C_o_m_p_l_e_t_e

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

     Indicates to the GUI environment that the application has finished
     loading. If the applications opens windows, this function is
     normally called after opening the application's initial set of
     windows.

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

     gdkNotifyStartupComplete()

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

     GTK+ will call this function automatically after opening the first
     'GtkWindow' unless 'gtkWindowSetAutoStartupNotification' is called
      to disable that feature.  

     Since  2.2

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

     Derived by RGtkGen from GTK+ documentation

