diff options
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index e5d74edc168..8aaff949ba2 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -6472,6 +6472,14 @@ This variable is effective only with the X toolkit (and there only when | |||
| 6472 | Gtk+ tooltips are not used) and on Windows. */); | 6472 | Gtk+ tooltips are not used) and on Windows. */); |
| 6473 | tooltip_reuse_hidden_frame = false; | 6473 | tooltip_reuse_hidden_frame = false; |
| 6474 | 6474 | ||
| 6475 | DEFVAR_BOOL ("use-system-tooltips", use_system_tooltips, | ||
| 6476 | doc: /* Use the toolkit to display tooltips. | ||
| 6477 | This option is only meaningful when Emacs is built with GTK+ or Haiku | ||
| 6478 | windowing support, and results in tooltips that look like those | ||
| 6479 | displayed by other GTK+ or Haiku programs, but will not be able to | ||
| 6480 | display text properties inside tooltip text. */); | ||
| 6481 | use_system_tooltips = true; | ||
| 6482 | |||
| 6475 | DEFVAR_LISP ("iconify-child-frame", iconify_child_frame, | 6483 | DEFVAR_LISP ("iconify-child-frame", iconify_child_frame, |
| 6476 | doc: /* How to handle iconification of child frames. | 6484 | doc: /* How to handle iconification of child frames. |
| 6477 | This variable tells Emacs how to proceed when it is asked to iconify a | 6485 | This variable tells Emacs how to proceed when it is asked to iconify a |