gtkIconThemeListIcons         package:RGtk2         R Documentation

_g_t_k_I_c_o_n_T_h_e_m_e_L_i_s_t_I_c_o_n_s

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

     Lists the icons in the current icon theme. Only a subset of the
     icons can be listed by providing a context string. The set of
     values for the context string is system dependent, but will
     typically include such values as "Applications" and "MimeTypes".

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

     gtkIconThemeListIcons(object, context = NULL)

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

'object': ['GtkIconTheme']  a 'GtkIconTheme'

'context': [character]  a string identifying a particular type of icon,
          or 'NULL' to list all icons.

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

     Since  2.4

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

     [list]  a 'list' list holding the names of all the icons in the
     theme.

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

     Derived by RGtkGen from GTK+ documentation

