Package: gtk

Accessor gtk-action-tooltip

Lambda List

gtk-action-tooltip (object)

Syntax

(gtk-action-tooltip object) => tooltip
(setf (gtk-action-tooltip object) tooltip)

Arguments

object -- a gtk-action object
tooltip -- a string with the tooltip text

Details

Accessor of the tooltip slot of the gtk-action class.

The slot access function gtk-action-tooltip gets the tooltip text of the action. The slot access function (setf gtk-action-tooltip) sets the tooltip text.

Warning

The function gtk-action-tooltip has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20