mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
e3ab7e0c88
* gtkedit/gtkedit.c: Hack to get a string defined in a macro into the catalog file. 1999-02-02 Tuomas Kuosmanen <tigert@gimp.org> * new_icons/gnome-core.png: New icon for core files. Someone please add the code part :)
13 lines
442 B
C
13 lines
442 B
C
#ifndef GNOME_GICON_H
|
|
#define GNOME_GICON_H
|
|
|
|
GdkImlibImage *gicon_get_by_filename (char *fname);
|
|
GdkImlibImage *gicon_stock_load (char *basename);
|
|
GdkImlibImage *gicon_get_icon_for_file (char *directory, file_entry *fe);
|
|
GdkImlibImage *gicon_get_icon_for_file_speed (char *directory, file_entry *fe, gboolean do_quick);
|
|
|
|
char *gicon_image_to_name (GdkImlibImage *image);
|
|
void gicon_init (void);
|
|
|
|
#endif
|