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 for the tooltip text

Details

The accessor for the tooltip slot of the gtk:action class gets or sets the tooltip for this action.

Warning

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

See also

2025-10-09