31 FLAGS_NO_WORDWRAP = 0x00080000,
35 FLAGS_USE_FULL_WIDTH = 0x00040000
40 FXint x=0, FXint y=0, FXint w=0, FXint h=0,
41 FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD,
42 FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD);
49 FXString
getText()
const {
return m_text; }
51 FXIcon *
getIcon()
const {
return m_icon;};
67 long onPaint(FXObject*, FXSelector,
void*);
FOX16_HtmlLabel(FXComposite *p, const FXString &text, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD)