label_t Struct Reference |
Public Types | |
typedef std::string | model_type |
Public Member Functions | |
label_t (const std::string &name, const std::string &alt_text, std::size_t characters, theme_t theme) | |
label_t (const std::string &name, const std::string &alt_text, std::size_t characters, theme_t theme) | |
~label_t () | |
Public Attributes | |
std::string | alt_text_m |
std::size_t | characters_m |
WNDPROC | default_window_proc_m |
std::string | name_m |
theme_t | theme_m |
HWND | window_m |
Detailed Description
- Model Of:
Definition at line 76 of file macintosh/adobe/future/widgets/headers/platform_label.hpp.
Member Typedef Documentation
typedef std::string model_type |
model type for this widget
Definition at line 79 of file macintosh/adobe/future/widgets/headers/platform_label.hpp.
Constructor & Destructor Documentation
label_t | ( | const std::string & | name, |
const std::string & | alt_text, | ||
std::size_t | characters, | ||
theme_t | theme | ||
) |
constructor for this widget
label_t | ( | const std::string & | name, |
const std::string & | alt_text, | ||
std::size_t | characters, | ||
theme_t | theme | ||
) |
~label_t | ( | ) |
Member Data Documentation
std::string alt_text_m |
Definition at line 42 of file windows/adobe/future/widgets/headers/platform_label.hpp.
std::size_t characters_m |
Definition at line 43 of file windows/adobe/future/widgets/headers/platform_label.hpp.
WNDPROC default_window_proc_m |
Definition at line 40 of file windows/adobe/future/widgets/headers/platform_label.hpp.
std::string name_m |
Definition at line 41 of file windows/adobe/future/widgets/headers/platform_label.hpp.
Definition at line 39 of file windows/adobe/future/widgets/headers/platform_label.hpp.
HWND window_m |
Definition at line 38 of file windows/adobe/future/widgets/headers/platform_label.hpp.