| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── DzlMultiPaned ╰── IdeLayoutGridColumn
IdeLayoutGridColumn implements AtkImplementorIface, GtkBuildable and GtkOrientable.
IdeLayoutStack *
ide_layout_grid_column_get_current_stack
(IdeLayoutGridColumn *self);
Gets the most recently focused stack. If no stack has been added, then
NULL is returned.
void ide_layout_grid_column_set_current_stack (IdeLayoutGridColumn *self,IdeLayoutStack *stack);
“current-stack” property“current-stack” IdeLayoutStack *
The most recently focused stack within the column.
Flags: Read / Write