#include <filler.h>
Inheritance diagram for wftk::Filler:

Public Types | |
| enum | Orientation { HORIZONTAL = 1 << 0, VERTICAL = 1 << 1, BOTH = HORIZONTAL | VERTICAL } |
| Orientation sets the direction that we are filling. More... | |
Public Member Functions | |
| Filler (Orientation o, Uint16 min_size=0, unsigned char weight=PackingInfo::Expander::FILL) | |
| constructor | |
Protected Member Functions | |
| virtual void | setPackingInfo () |
| recalculate the object's prefered size | |
Used to create empty space in a UI that can maintain its relative size if a resize event occurs.
Orientation sets the direction that we are filling.
Options are HORIZONTAL, VERTICAL, BOTH.
| wftk::Filler::Filler | ( | Orientation | o, | |
| Uint16 | min_size = 0, |
|||
| unsigned char | weight = PackingInfo::Expander::FILL | |||
| ) | [inline, explicit] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.