Method

IdeGridmake_frame

Declaration

IdeFrame*
ide_grid_make_frame (
  IdeGrid* self,
  guint column,
  guint row
)

Description

Retrieves or creates a frame at the column/row position.

Parameters

column

Type: guint

The grid column index.

row

Type: guint

The grid column row index.

Return value

Type: IdeFrame

An IdeFrame.

The data is owned by the instance.