File: tooltip.el.html

Defined variables (16)

tooltip-delaySeconds to wait before displaying a tooltip the first time.
tooltip-frame-parametersFrame parameters used for tooltips.
tooltip-functionsFunctions to call to display tooltips.
tooltip-help-messageThe last help message received via ‘show-help-function’.
tooltip-hide-delayHide tooltips automatically after this many seconds.
tooltip-hide-timeTime when the last tooltip was hidden.
tooltip-last-mouse-motion-eventA copy of the last mouse motion event seen.
tooltip-modeNon-nil if Tooltip mode is enabled.
tooltip-mode-hookHook run after entering or leaving ‘tooltip-mode’.
tooltip-previous-messageThe previous content of the echo area.
tooltip-recent-secondsDisplay tooltips if changing tip items within this many seconds.
tooltip-resize-echo-areaIf non-nil, using the echo area for tooltips will resize the echo area.
tooltip-short-delaySeconds to wait between subsequent tooltips on different items.
tooltip-timeout-idThe id of the timeout started when Emacs becomes idle.
tooltip-x-offsetX offset, in pixels, for the display of tooltips.
tooltip-y-offsetY offset, in pixels, for the display of tooltips.

Defined functions (16)

tooltip-cancel-delayed-tip()
tooltip-delay()
tooltip-event-buffer(EVENT)
tooltip-expr-to-print(EVENT)
tooltip-help-tips(EVENT)
tooltip-hide(&optional IGNORED-ARG)
tooltip-identifier-from-point(POINT)
tooltip-mode(&optional ARG)
tooltip-process-prompt-regexp(PROCESS)
tooltip-set-param(ALIST KEY VALUE)
tooltip-show(TEXT &optional USE-ECHO-AREA TEXT-FACE DEFAULT-FACE)
tooltip-show-help(MSG)
tooltip-show-help-non-mode(HELP)
tooltip-start-delayed-tip()
tooltip-strip-prompt(PROCESS OUTPUT)
tooltip-timeout(OBJECT)

Defined faces (1)

tooltipFace for tooltips. When using the GTK toolkit, NS, or Haiku, this face will only be used if ‘use-system-tooltips’ is nil.