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 gtk:action-tooltip function gets the tooltip text of the action. The (setf gtk:action-tooltip) function sets the tooltip text.

Warning

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

See also

2024-9-26