gtkIconFactoryRemoveDefault      package:RGtk2      R Documentation

_g_t_k_I_c_o_n_F_a_c_t_o_r_y_R_e_m_o_v_e_D_e_f_a_u_l_t

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

     Removes an icon factory from the list of default icon factories.
     Not normally used; you might use it for a library that can be
     unloaded or shut down.

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

     gtkIconFactoryRemoveDefault(object)

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

'object': ['GtkIconFactory']  a 'GtkIconFactory' previously added with
          'gtkIconFactoryAddDefault'

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

     Derived by RGtkGen from GTK+ documentation

