20 #ifndef _MFORMS_LABEL_H_
21 #define _MFORMS_LABEL_H_
58 #ifndef DOXYGEN_SHOULD_SKIP_THIS
62 bool (*create)(Label *
self);
63 void (*set_style)(Label *
self,
LabelStyle style);
64 void (*set_text)(Label *
self,
const std::string &text);
65 void (*set_text_align)(Label *
self,
Alignment align);
66 void (*set_color)(Label *
self,
const std::string &color);
67 void (*set_wrap_text)(Label *
self,
bool flag);
76 Label(
const std::string &text,
bool right_align =
false);
77 #ifndef DOXYGEN_SHOULD_SKIP_THIS
86 void set_wrap_text(
bool flag);
92 void set_text(
const std::string &text);
98 void set_color(
const std::string &color);