pike.git
/
src
/
post_modules
/
GTK2
/
source
/
gtkicontheme.pre
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/GTK2/source/gtkicontheme.pre:1:
/* -*- C -*- */ require gtk24; class GTK2.IconTheme; inherit G.Object;
+
//! Looking up icons by name.
+
signal changed; void create(); //! Creates a new icon theme object. Icon theme objects are used to lookup //! an icon by name in a particular icon theme. Usually you'll want to use //! get_default() rather than creating a new icon theme object from scratch. void set_search_path(array(string) path) //! Sets the search path for the icon theme object. When looking for an icon //! theme, GTK2+ will search for a subdirectory of one or more of the