A grid layout widget.
The grid is a grid layout widget that lays out a series of children as a fixed “grid” of widgets using a given percentage of the grid width and height each using the child object.
The Grid uses a “Virtual resolution” that is stretched to fill the grid widgets size itself. The default is 100 x 100, so that means the position and sizes of children will effectively be percentages (0 to 100) of the width or height of the grid widget.
Bases: efl.elementary.object.Object
This is the class that actually implement the widget.
Faster way to remove all child objects from a grid object.
| Parameters: | clear (bool) – If True, will also delete the just removed children |
|---|
Pack child at given position and size
| Parameters: |
|
|---|
The virtual size (width and height) of the grid.
| Type : | tuple of Evas_Coords (int) |
|---|
Get packing of a child
| Parameters: | subobj (Object) – The child to query |
|---|
return: The position and size rtype: tuple of Evas_Coords (int)
Set packing of an existing child at to position and size
| Parameters: |
|
|---|