diff options
author | Havoc Pennington <hp@redhat.com> | 2001-05-25 22:08:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-05-25 22:08:53 +0000 |
commit | e05472202d7b911e260dd90b59374e8c9a05c18e (patch) | |
tree | 5c5a846480a292f340c378fb0198746a42688f10 /gtk/gtkstock.h | |
parent | fe14698f7fcd99426cf1a1b4e0e07404430e9b37 (diff) | |
download | gdk-pixbuf-e05472202d7b911e260dd90b59374e8c9a05c18e.tar.gz |
fix so that default icons are created if you call gtk_stock_list_ids()
2001-05-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkiconfactory.c: fix so that default icons are created if
you call gtk_stock_list_ids()
* demos/gtk-demo/stock_browser.c (create_model): sort stock items
in list
Diffstat (limited to 'gtk/gtkstock.h')
-rw-r--r-- | gtk/gtkstock.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index fc8b40da6..9ca91aab0 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -62,8 +62,6 @@ void gtk_stock_item_free (GtkStockItem *item); /* Stock IDs (not all are stock items; some are images only) */ -#define GTK_STOCK_MISSING_IMAGE "gtk-missing-image" - #define GTK_STOCK_DIALOG_INFO "gtk-dialog-info" #define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning" #define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error" @@ -101,6 +99,7 @@ void gtk_stock_item_free (GtkStockItem *item); #define GTK_STOCK_JUSTIFY_FILL "gtk-justify-fill" #define GTK_STOCK_JUSTIFY_LEFT "gtk-justify-left" #define GTK_STOCK_JUSTIFY_RIGHT "gtk-justify-right" +#define GTK_STOCK_MISSING_IMAGE "gtk-missing-image" #define GTK_STOCK_NEW "gtk-new" #define GTK_STOCK_NO "gtk-no" #define GTK_STOCK_OK "gtk-ok" |