Method

IdeGridColumnget_current_stack

since: 3.32

Declaration

IdeFrame*
ide_grid_column_get_current_stack (
  IdeGridColumn* self
)

Description

Gets the most recently focused stack. If no stack has been added, then NULL is returned.

Available since: 3.32

Return value

Type: IdeFrame

An IdeFrame or NULL.

The data is owned by the instance.
The return value can be NULL.