Go to the source code of this file.
MemObj GUI_label__ |
( |
MemObj * |
o_par, |
|
|
char * |
ltxt, |
|
|
char * |
opts |
|
) |
| |
display static text (Label) with align
Input:
ltxt text to display
opts options; (alignment)
first character 'l'=left aligned; 'r'=right aligned; def.=center.
Example: "l" or ""
Text with attributes: see GUI_HtmLabel
more than 1 line: use \n
display static text (Label) with align
Input:
ltxt text to display
opts options; (alignment)
first character 'l'=left aligned; 'r'=right aligned; def.=center.
Example: "l" or ""
Text with attributes: see GUI_HtmLabel
more than 1 line: use \n
int GUI_label_mod |
( |
MemObj * |
o_par, |
|
|
char * |
txt |
|
) |
| |
modify label
modify label
MemObj GUI_label_htm__ |
( |
MemObj * |
o_par, |
|
|
char * |
ltxt, |
|
|
char * |
opts |
|
) |
| |
GUI_HtmLabel static text with html-attributes
Input:
o_par parentBox
ltxt text to display
opts options; (alignment)
first character 'l'=left aligned; 'r'=right aligned; def.=center.
Example: "l" or ""
Examples:
bgcolor ..
see "Pango Text Attribute Markup Language"
"<b>text<span foreground=\"blue">text</span></b>"
GUI_HtmLabel static text with html-attributes
Input:
o_par parentBox
ltxt text to display
opts options; (alignment)
first character 'l'=left aligned; 'r'=right aligned; def.=center.
Example: "l" or ""
Examples:
bgcolor ..
see "Pango Text Attribute Markup Language"
"<b>text<span foreground=\"blue">text</span></b>"
int GUI_label_htm_mod |
( |
MemObj * |
o_par, |
|
|
char * |
txt |
|
) |
| |