summaryrefslogtreecommitdiff
path: root/gtk/gtkstock.h
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2004-01-20 16:32:54 +0000
committerJody Goldberg <jody@src.gnome.org>2004-01-20 16:32:54 +0000
commit245308c38ca8a49f1335f6dac25b2abe870bfefa (patch)
tree80a5cc6ce14ba0acd3a1536658bfe41b907a6830 /gtk/gtkstock.h
parent28e71dcba63d1dacb4882c7c14f3657f52f55920 (diff)
downloadgtk+-245308c38ca8a49f1335f6dac25b2abe870bfefa.tar.gz
add stock indent, unindent I would have prefered outdent, but
2004-01-05 Jody Goldberg <jody@gnome.org> * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent I would have prefered outdent, but compatibility seems more important. * gtk/gtkstock.c (builtin_items) : ditto. * gtk/gtkstock.h : ditto. * gtk/stock-icons/Makefile.am : ditto. * gtk/stock-icons/stock_text_indent_16.png : * gtk/stock-icons/stock_text_indent_24.png : * gtk/stock-icons/stock_text_unindent_16.png : * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme 2003-12-18 Jody Goldberg <jody@gnome.org> * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test to ensure that the base hicolor theme is installed. Silently failing to produce icons that apps assume exist in the theme seems like a bad idea.
Diffstat (limited to 'gtk/gtkstock.h')
-rw-r--r--gtk/gtkstock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h
index 9985a18b73..575818c9be 100644
--- a/gtk/gtkstock.h
+++ b/gtk/gtkstock.h
@@ -100,6 +100,8 @@ void gtk_stock_item_free (GtkStockItem *item);
#define GTK_STOCK_HELP "gtk-help"
#define GTK_STOCK_HOME "gtk-home"
#define GTK_STOCK_INDEX "gtk-index"
+#define GTK_STOCK_INDENT "gtk-indent" /* since gtk-2.4 */
+#define GTK_STOCK_UNINDENT "gtk-unindent" /* since gtk-2.4 */
#define GTK_STOCK_ITALIC "gtk-italic"
#define GTK_STOCK_JUMP_TO "gtk-jump-to"
#define GTK_STOCK_JUSTIFY_CENTER "gtk-justify-center"