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

Accessor of the use-markup slot of the gtk-expander class.

The gtk-expander-use-markup slot access function returns whether the text of the label is interpreted as marked up with the Pango text markup language. The (setf gtk-expander-use-markup) slot access function sets whether the text of the label contains markup.
 

See also

2021-12-17