Method

PanelGridColumnget_row

Declaration [src]

PanelFrame*
panel_grid_column_get_row (
  PanelGridColumn* self,
  guint row
)

Description [src]

Gets the frame corresponding to a row index.

Parameters

row guint
 

The index of the row.

Return value

Returns: PanelFrame
 

A PanelGridFrame.

 The data is owned by the instance.