Method

PanelGridadd

Declaration [src]

void
panel_grid_add (
  PanelGrid* self,
  PanelWidget* widget
)

Description [src]

Add a PanelWidget to the grid.

Parameters

widget

Type: PanelWidget

A PanelWidget the widget to add.

The data is owned by the caller of the method.