gtkIconFactoryLookup          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_s_c_r_i_p_t_i_o_n:

     Looks up 'stock.id' in the icon factory, returning an icon set if
     found, otherwise 'NULL'. 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:

     gtkIconFactoryLookup(object, stock.id)

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

'object': ['GtkIconFactory']  a 'GtkIconFactory'

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

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

     ['GtkIconSet']  icon set of 'stock.id'.

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

     Derived by RGtkGen from GTK+ documentation

