Package: gtk

Function gtk:label-text

Lambda List

gtk:label-text (label)

Syntax

(gtk:label-text label) => text
(setf (gtk:label-text-label) text)

Arguments

label -- a gtk:label widget
text -- a string for the text

Details

Gets or sets the text of a label, as displayed on the screen. It overwrites any text that was there before. This will also clear any previously set mnemonic accelerators. This does not include any embedded underlines indicating mnemonics or Pango markup. See the gtk:label-label function.
 

See also

2025-08-28