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.
This commit is contained in:
committed by
Jody Goldberg
parent
28e71dcba6
commit
245308c38c
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user