A widget container.
More...
#include <vertcontainer.h>
|
| Layout & | getLayout () |
| | Gets the layout handler for this container.
|
| |
| LayoutCell & | place (int x, int y, gcn::Widget *wg, int w=1, int h=1) |
| | Adds a widget to the container and sets it at given cell.
|
| |
| ContainerPlacer | getPlacer (int x, int y) |
| | Returns a proxy for adding widgets in an inner table of the layout.
|
| |
A widget container.
This container places its contents vertically.
Definition at line 32 of file vertcontainer.h.
◆ VertContainer()
| VertContainer::VertContainer |
( |
int |
spacing | ) |
|
◆ add()
| void VertContainer::add |
( |
gcn::Widget * |
widget | ) |
|
|
override |
◆ clear()
| void VertContainer::clear |
( |
| ) |
|
|
override |
◆ widgetResized()
| void VertContainer::widgetResized |
( |
const gcn::Event & |
event | ) |
|
|
override |
◆ mCount
| int VertContainer::mCount = 0 |
|
private |
◆ mSpacing
| int VertContainer::mSpacing |
|
private |
The documentation for this class was generated from the following files: