Cairo-Dock
3.4.0
|
Functions | |
void | gldi_icons_foreach (GldiIconFunc pFunction, gpointer pUserData) |
gint | cairo_dock_search_icon_size (GtkIconSize iIconSize) |
gchar * | cairo_dock_search_icon_s_path (const gchar *cFileName, gint iDesiredIconSize) |
This class manages the icons parameters and their associated ressources.
Specialized Icons are handled by the corresponding manager.
signals
void gldi_icons_foreach | ( | GldiIconFunc | pFunction, |
gpointer | pUserData | ||
) |
Execute an action on all icons.
pFunction | the action. |
pUserData | data passed to the callback. |
gint cairo_dock_search_icon_size | ( | GtkIconSize | iIconSize | ) |
Search the icon size of a GtkIconSize.
iIconSize | a GtkIconSize |
gchar* cairo_dock_search_icon_s_path | ( | const gchar * | cFileName, |
gint | iDesiredIconSize | ||
) |
Search the path of an icon into the defined icons themes. It also handles the '~' caracter in paths.
cFileName | name of the icon file. |
iDesiredIconSize | desired icon size if we use icons from user icons theme. |