Method

PanelGridadd

Declaration [src]

void
panel_grid_add (
  PanelGrid* self,
  PanelWidget* widget
)

Description [src]

Add a PanelWidget to the grid.

Parameters

widget PanelWidget
 

A PanelWidget the widget to add.

 The data is owned by the caller of the function.