#include <fox16_htmllabel.hpp>
Public Member Functions |
void | addMediaPath (const char *s) |
void | create () |
| 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) |
virtual FXint | getDefaultHeight () |
| Return default height.
|
virtual FXint | getDefaultWidth () |
| Return default width.
|
FXIcon * | getIcon () const |
FXString | getText () const |
| Get the text for this label.
|
void | layout () |
long | onPaint (FXObject *, FXSelector, void *) |
void | setIcon (FXIcon *ic) |
void | setMaxDefaultWidth (int i) |
void | setMinimumWidth (int i) |
void | setText (const FXString &text) |
| Set the text for this label.
|
| ~FOX16_HtmlLabel () |
Detailed Description
Definition at line 22 of file fox16_htmllabel.hpp.
Member Enumeration Documentation
- Enumerator:
FLAGS_NO_WORDWRAP |
don't wrap the text. If this flag is given as parameter to the constructor then you'll have to insert line-breaks into the text yourself.
|
FLAGS_USE_FULL_WIDTH |
when wrapping words use the full widget width to layout the text. Otherwise the wordwrapping occurrs at the width set by setMaxDefaultWidth().
|
Definition at line 27 of file fox16_htmllabel.hpp.
Constructor & Destructor Documentation
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 |
|
) |
| |
Member Function Documentation
void addMediaPath |
( |
const char * |
s | ) |
|
virtual FXint getDefaultHeight |
( |
| ) |
|
|
virtual |
virtual FXint getDefaultWidth |
( |
| ) |
|
|
virtual |
FXIcon* getIcon |
( |
| ) |
const |
|
inline |
FXString getText |
( |
| ) |
const |
|
inline |
long onPaint |
( |
FXObject * |
, |
|
|
FXSelector |
, |
|
|
void * |
|
|
) |
| |
void setIcon |
( |
FXIcon * |
ic | ) |
|
void setMaxDefaultWidth |
( |
int |
i | ) |
|
|
inline |
void setMinimumWidth |
( |
int |
i | ) |
|
|
inline |
void setText |
( |
const FXString & |
text | ) |
|
Set the text for this label.
Field Documentation
The documentation for this class was generated from the following file: