33 while (!mWidgets.empty())
34 delete mWidgets.front();
This class is a helper for adding widgets to nested tables in a window.
LayoutHelper * mLayoutHelper
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.
Layout & getLayout()
Gets the layout handler for this container.
ContainerPlacer getPlacer(int x, int y)
Returns a proxy for adding widgets in an inner table of the layout.
This class describes the formatting of a widget in the cell of a layout table.
LayoutCell & place(gcn::Widget *wg, int x, int y, int w=1, int h=1)
A helper class for adding a layout to a Guichan container widget.
Layout & getLayout()
Gets the layout handler.
This class is an helper for setting the position of widgets.