abc8c20b29
* gnome-file-property-dialog.c (create_settings_pane): We only let you set info if we are a regular file, or a link to a regular file. * gdesktop-icon.c (desktop_icon_reshape): Cut-n-paste error fixed by Quartic. 1999-01-27 Jonathan Blandford <jrb@redhat.com> * gnome-file-property-dialog.h (struct _GnomeFilePropertyDialog): Now make open field mandatory and icon selection optional. * gnome-file-property-dialog.c: as above * gpopup.c (panel_action_properties): only allow setting images if we_can_afford_the_speed. * gicon.c: make we_can_afford_the_speed non-static
12 строки
418 B
C
12 строки
418 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);
|
|
|
|
#endif
|