In gWidget's glabel object there is an option to use markup in the label's text. I've activated this to true and tried to use a few markup conventions, e.g. for bold , , ''' text ''' Markdown conventions etc. But none I've tried are working. Googling "Which markup code in gwidgets" did not help me either. I'd like to format some of my glabel text as bold and centralize other parts.
Asked
Active
Viewed 194 times
3
-
Could it be Pango markup ? http://developer.gnome.org/pango/stable/PangoMarkupFormat.html – juba Feb 14 '13 at 10:28
-
2Depends, Pango is right for RGtk2, basic HTML in Qt, and nothing for tcltk. – jverzani Feb 14 '13 at 12:47
1 Answers
2
Depends, Pango is right for RGtk2, basic HTML in Qt, and nothing for tcltk.
jverzani hit the nail on the head, there is nothing for tcltk, which is the toolkit I am using on windows

SJWard
- 3,629
- 5
- 39
- 54