separator_t Struct ReferenceSeparator widget.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| void | measure (extents_t &result) |
| void | place (const place_data_t &place_data) |
| separator_t (bool is_vertical, theme_t theme) | |
| separator_t (bool is_vertical, theme_t theme) | |
| void | set_visible (bool make_visible) |
| void | set_visible (bool make_visible) |
Placeable Concept Operations | |
| void | measure (extents_t &result) |
| void | place (const place_data_t &place_data) |
Public Attributes | |
| HWND | control_m |
| bool | is_vertical_m |
| theme_t | theme_m |
Detailed Description
Definition at line 34 of file macintosh/adobe/future/widgets/headers/platform_separator.hpp.
Constructor & Destructor Documentation
| separator_t | ( | bool | is_vertical, | |
| theme_t | theme | |||
| ) |
constructor for this widget
| separator_t | ( | bool | is_vertical, | |
| theme_t | theme | |||
| ) |
Member Function Documentation
| void measure | ( | extents_t & | result | ) |
| void measure | ( | extents_t & | result | ) |
| void place | ( | const place_data_t & | place_data | ) |
| void place | ( | const place_data_t & | place_data | ) |
| void set_visible | ( | bool | make_visible | ) |
| void set_visible | ( | bool | make_visible | ) |
remove me
Member Data Documentation
| HWND control_m |
Definition at line 38 of file windows/adobe/future/widgets/headers/platform_separator.hpp.
| bool is_vertical_m |
Definition at line 39 of file windows/adobe/future/widgets/headers/platform_separator.hpp.
Definition at line 40 of file windows/adobe/future/widgets/headers/platform_separator.hpp.

