Method

GtkExpanderset_use_markup

since: 2.4

Declaration [src]

void
gtk_expander_set_use_markup (
  GtkExpander* expander,
  gboolean use_markup
)

Description [src]

Sets whether the text of the label contains markup in [Pango’s text markup language][PangoMarkupFormat]. See gtk_label_set_markup().

Available since: 2.4

Parameters

use_markup

Type: gboolean

TRUE if the label’s text should be parsed for markup.