gtkIconThemeSetSearchPath       package:RGtk2       R Documentation

_g_t_k_I_c_o_n_T_h_e_m_e_S_e_t_S_e_a_r_c_h_P_a_t_h

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

     Sets the search path for the icon theme object. When looking for
     an icon theme, GTK+ will search for a subdirectory of one or more
     of the directories in 'path' with the same name as the icon theme.
     (Themes from multiple of the path elements are combined to allow
     themes to be extended by adding icons in the user's home
     directory.)

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

     gtkIconThemeSetSearchPath(object, path)

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

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

  'path': [character]  list of directories that are searched for icon
          themes

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

     In addition if an icon found isn't found either in the current
     icon theme or the default icon theme, and an image file with the
     right name is found directly in one of the elements of 'path',
     then that image will be used for the icon name. (This is legacy
     feature, and new icons should be put into the default icon theme,
     which is called DEFAULT_THEME_NAME, rather than directly on the
     icon path.)  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

