diff options
| author | Jan Djärv | 2010-07-28 19:34:51 +0200 |
|---|---|---|
| committer | Jan Djärv | 2010-07-28 19:34:51 +0200 |
| commit | 8a52f00afa1e1c208268549c22f4c1bdbd79c88e (patch) | |
| tree | d16e053cd220dfb17a7919e83c86fe21f11227c2 /src/lisp.h | |
| parent | 3f2afe323e27fd54427dd058cc83b0081ddb5212 (diff) | |
| download | emacs-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.h | 2 |
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; | |||
| 2631 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; | 2631 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; |
| 2632 | extern Lisp_Object Qinhibit_eval_during_redisplay; | 2632 | extern Lisp_Object Qinhibit_eval_during_redisplay; |
| 2633 | extern Lisp_Object Qmessage_truncate_lines; | 2633 | extern Lisp_Object Qmessage_truncate_lines; |
| 2634 | extern Lisp_Object Qimage, Qtext, Qboth, Qboth_horiz; | 2634 | extern Lisp_Object Qimage, Qtext, Qboth, Qboth_horiz, Qtext_image_horiz; |
| 2635 | extern Lisp_Object Qspace, Qcenter, QCalign_to; | 2635 | extern Lisp_Object Qspace, Qcenter, QCalign_to; |
| 2636 | extern Lisp_Object Vmessage_log_max; | 2636 | extern Lisp_Object Vmessage_log_max; |
| 2637 | extern Lisp_Object QCdata, QCfile; | 2637 | extern Lisp_Object QCdata, QCfile; |