gtkWindowSetAutoStartupNotification  package:RGtk2  R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_A_u_t_o_S_t_a_r_t_u_p_N_o_t_i_f_i_c_a_t_i_o_n

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

     By default, after showing the first 'GtkWindow' for each
     'GdkScreen', GTK+ calls 'gdk\Screen\Notify\Startup\Complete()'. 
     Call this function to disable the automatic startup notification.
     You might do this if your first window is a splash screen, and you
     want to delay notification until after your real main window has
     been shown, for example.

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

     gtkWindowSetAutoStartupNotification(setting)

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

'setting': [logical]  'TRUE' to automatically do startup notification

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

     In that example, you would disable startup notification
     temporarily, show your splash screen, then re-enable it so that
     showing the main window would automatically result in
     notification.  

     Since  2.2

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

     Derived by RGtkGen from GTK+ documentation

