Package: gtk

Accessor gtk-model-button-use-markup

Lambda List

gtk-model-button-use-markup (object)

Syntax

(gtk-model-button-use-markup object) => use-markup
(setf (gtk-model-button-use-markup object) use-markup)

Arguments

object -- a gtk-model-button widget
use-markup -- a boolean whether to use Pango markup

Details

Accessor of the use-markup slot of the gtk-model-button class.

If true, XML tags in the text of the button are interpreted to format the enclosed spans of text. If false, the text will be displayed verbatim.

Since 3.24
 

See also

2021-12-23