diff options
author | Hans Breuer <hans@breuer.org> | 2004-01-28 21:46:02 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-01-28 21:46:02 +0000 |
commit | 2d19ee19beb706f9d341584c5557fdc6098700b6 (patch) | |
tree | cd18a85c7c3908ca26b33fdded92047f3a5d76f7 /gtk/gtkstock.h | |
parent | f8b6fce69f0b8c6d1370a04c9d88c88e7fd942a0 (diff) | |
download | gtk+-2d19ee19beb706f9d341584c5557fdc6098700b6.tar.gz |
new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...
2004-01-28 Hans Breuer <hans@breuer.org>
* gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
gtk/gtkstock.[hc] : ... define ...
gtk/gtkiconfactory.c : ... register ...
gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
* gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent
IFace changes.
* gtk/gtk.def : added a bunch of new exported symbols
* tests/testfilechooser.c (no_backup_files_filter) : don't crash
on filter_info->display_name being NULL
* tests/testgtk.c : make testgtk --bench=all work again
Diffstat (limited to 'gtk/gtkstock.h')
-rw-r--r-- | gtk/gtkstock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index 575818c9be..37be20d2e8 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -109,6 +109,7 @@ void gtk_stock_item_free (GtkStockItem *item); #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_NETWORK "gtk-network" #define GTK_STOCK_NEW "gtk-new" #define GTK_STOCK_NO "gtk-no" #define GTK_STOCK_OK "gtk-ok" |