How to use markup in GtkLabel

2d446e1c95ac5db75c522bbafb47e2ab.png
1. create a normal
GtkLabel
;
2. set to use with
GtkLabel::set_use_markup
;
3. see all markups available;
4. or just create blank
GtkLabel
;
5. set the markup text with
GtkLabel::set_markup
;