gdkNotifyStartupCompleteWithId     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_W_i_t_h_I_d

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

     Indicates to the GUI environment that the application has finished
     loading, using a given identifier.

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

     gdkNotifyStartupCompleteWithId(id)

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

    'id': [character]  a startup-notification identifier, for which
          notification process should be completed

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

     GTK+ will call this function automatically for 'GtkWindow' with
     custom startup-notification identifier unless
     'gtkWindowSetAutoStartupNotification' is called to disable that
     feature.  

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

