#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_grid_new (uint16 rows, uint16 columns, uint8 homogeneous) |
Create grid widget. |
The grid widget is a widget that can contain multiple children. It has a specified number of rows and columns, and children are laid out automatically according to grid coordinates. Children may occupy more than one cell on the grid. The grid will take care of most resizing and placement of widgets automatically.
|
Create grid widget.
|