aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJan Djärv2010-07-28 19:34:51 +0200
committerJan Djärv2010-07-28 19:34:51 +0200
commit8a52f00afa1e1c208268549c22f4c1bdbd79c88e (patch)
treed16e053cd220dfb17a7919e83c86fe21f11227c2 /src/lisp.h
parent3f2afe323e27fd54427dd058cc83b0081ddb5212 (diff)
downloademacs-8a52f00afa1e1c208268549c22f4c1bdbd79c88e.tar.gz
emacs-8a52f00afa1e1c208268549c22f4c1bdbd79c88e.zip
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.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 150ff77c948..b9d67c4b78e 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2631,7 +2631,7 @@ extern Lisp_Object Qinhibit_point_motion_hooks;
2631extern Lisp_Object Qinhibit_redisplay, Qdisplay; 2631extern Lisp_Object Qinhibit_redisplay, Qdisplay;
2632extern Lisp_Object Qinhibit_eval_during_redisplay; 2632extern Lisp_Object Qinhibit_eval_during_redisplay;
2633extern Lisp_Object Qmessage_truncate_lines; 2633extern Lisp_Object Qmessage_truncate_lines;
2634extern Lisp_Object Qimage, Qtext, Qboth, Qboth_horiz; 2634extern Lisp_Object Qimage, Qtext, Qboth, Qboth_horiz, Qtext_image_horiz;
2635extern Lisp_Object Qspace, Qcenter, QCalign_to; 2635extern Lisp_Object Qspace, Qcenter, QCalign_to;
2636extern Lisp_Object Vmessage_log_max; 2636extern Lisp_Object Vmessage_log_max;
2637extern Lisp_Object QCdata, QCfile; 2637extern Lisp_Object QCdata, QCfile;