gtkIconFactoryLookupDefault      package:RGtk2      R Documentation

_g_t_k_I_c_o_n_F_a_c_t_o_r_y_L_o_o_k_u_p_D_e_f_a_u_l_t

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

     Looks for an icon in the list of default icon factories.  For
     display to the user, you should use 'gtkStyleLookupIconSet' on the
     'GtkStyle' for the widget that will display the icon, instead of
     using this function directly, so that themes are taken into
     account.

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

     gtkIconFactoryLookupDefault(stock.id)

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

'stock.id': [character]  an icon name

_V_a_l_u_e:

     ['GtkIconSet']  a 'GtkIconSet', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

