Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── DzlMultiPaned ╰── IdeGridColumn
IdeGridColumn implements AtkImplementorIface, GtkBuildable and GtkOrientable.
IdeFrame *
ide_grid_column_get_current_stack (IdeGridColumn *self
);
Gets the most recently focused stack. If no stack has been added, then
NULL
is returned.
Since: 3.32
void ide_grid_column_set_current_stack (IdeGridColumn *self
,IdeFrame *stack
);
“current-stack”
property“current-stack” IdeFrame *
The most recently focused stack within the column.
Flags: Read / Write