This documentation describes the Prokee module interface.
Places a single child element at the center of its parent.
Signature:
void layout::singleElementCenterLayout(Element *element)
Parameters:
| Element * | element | [IN/OUT] | Pointer to a Element structure. |
Places a single child element at the center of its parent.
Signature:
void layout::singleElementCenterLayout2(Element *element)
Parameters:
| Element * | element | [IN/OUT] | Pointer to a Element structure. |
Places a single child element and resizes it to fill the content area of its parent.
Signature:
void layout::singleElementFillLayout(Element *element)
Parameters:
| Element * | element | [IN/OUT] | Pointer to a Element structure. |
Layout of a scroll-panel.
Signature:
void layout::flowTextLayout(Element *element)
Parameters:
| Element * | element | [IN/OUT] | Pointer to a Element structure. |