Method

GtkLabelget_use_markup

Declaration [src]

gboolean
gtk_label_get_use_markup (
  GtkLabel* label
)

Description [src]

Returns whether the label’s text is interpreted as marked up with the [Pango text markup language][PangoMarkupFormat]. See gtk_label_set_use_markup ().

Gets propertyGtk.Label:use-markup

Return value

Type: gboolean

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