#include <GTableLayout.h>
Inheritance diagram for GTableLayout:

Public Member Functions | |
| int | CellX () |
| Return the number of cells across (columns). | |
| int | CellY () |
| Returns the number of cell high (rows). | |
| GLayoutCell * | CellAt (int x, int y) |
| Returns the cell at a given location. | |
| GRect | GetUsedArea () |
| Returns area being used by cells. | |
| void | InvalidateLayout () |
| Invalidates the layout, causing the control to relay all the children. | |
| void | OnCreate () |
| The view is attached. | |
| void | OnPosChange () |
| Called when the view position changes. | |
| void | OnPaint (GSurface *pDC) |
| Called to paint the onscreen representation of the view. | |
| void | OnChildrenChanged (GViewI *Wnd, bool Attaching) |
| Called when the contents of the Children list have changed. | |
1.4.1