diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-31 20:42:25 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-31 20:42:25 +0800 |
commit | 7548f42681c7b6792cffb6135b525436dc280fa8 (patch) | |
tree | 0e18b98e10100afe98bd330d6b0e907af3b75a7e /lib/ephy-stock-icons.h | |
parent | 419f820922705e79860f0c57a46db11742601f6d (diff) | |
download | gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.gz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.bz2 gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.lz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.xz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.zst gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.zip |
Add icons, fix some minor appeareance stuff, rework ui updating to deal
2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: Add icons,
fix some minor appeareance stuff, rework ui updating
to deal with editor size.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r-- | lib/ephy-stock-icons.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index c68be46c9..e5d85d19c 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -25,6 +25,10 @@ G_BEGIN_DECLS #define EPHY_STOCK_SECURE "epiphany-secure" #define EPHY_STOCK_UNSECURE "epiphany-unsecure" +#define EPHY_STOCK_HISTORY "epiphany-history" +#define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" +#define EPHY_STOCK_NEW_TAB "epiphany-new-tab" +#define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen" void ephy_stock_icons_init (void); |