Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top