Signal

IdeGrid::create-frame

since: 3.34

Declaration

IdeFrame*
create_frame (
  IdeGrid* self,
  gpointer user_data
)

Description

Creates a new stack to be added to the grid.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.34

Return value

Type: IdeFrame

A newly created IdeFrame.

The caller of the function takes ownership of the data, and is responsible for freeing it.