Package: gtk

Accessor gtk:expander-use-markup

Lambda List

gtk:expander-use-markup (object)

Syntax

(gtk:expander-use-markup object) => use-markup
(setf (gtk:expander-use-markup object) use-markup)

Arguments

object -- a gtk:expander widget
use-markup -- true if the text of the label should be parsed for markup

Details

The accessor for the use-markup slot of the gtk:expander class gets or sets whether the text of the label is interpreted as marked up with the Pango text markup language.
 

See also

2025-07-31