Add tool bar style text-image-horiz (text to the left of the image).
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 28 Jul 2010 17:34:51 +0000 (19:34 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 28 Jul 2010 17:34:51 +0000 (19:34 +0200)
commit8a52f00afa1e1c208268549c22f4c1bdbd79c88e
treed16e053cd220dfb17a7919e83c86fe21f11227c2
parent3f2afe323e27fd54427dd058cc83b0081ddb5212
Add tool bar style text-image-horiz (text to the left of the image).

* lisp/cus-start.el (tool-bar-style): Add text-image-horiz.

* src/gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
style text_image_horiz.

* src/lisp.h (Qtext_image_horiz): Declare.

* src/xdisp.c (Qtext_image_horiz): Define.
(syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
to ducumentation of tool-bar-style.

* src/xsettings.c (Ftool_bar_get_system_style): Also check for
Qtext_image_horiz.
lisp/ChangeLog
lisp/cus-start.el
src/ChangeLog
src/gtkutil.c
src/lisp.h
src/xdisp.c
src/xsettings.c