panel.grid
Module for [Grid] class
Types 3
classGrid : gtk.widget.Widget
The #PanelGrid is a widget used to layout the dock item in the center area.
Methods
GridGidBuilder builder() static nothrowGet builder for [panel.grid.Grid] Returns: New builder objectvoid agreeToCloseAsync(gio.cancellable.Cancellable cancellable, gio.types.AsyncReadyCallback callback) nothrowRequest to close, asynchronously. This will display the save dialog.bool agreeToCloseFinish(gio.async_result.AsyncResult result)void foreachFrame(panel.types.FrameCallback callback) nothrowCalls callback for each #PanelFrame within grid.panel.grid_column.GridColumn getColumn(uint column) nothrowGets the #PanelGridColumn for a column index.panel.grid_column.GridColumn getMostRecentColumn() nothrowGets the most recently acive column on a grid. Returns: a #PanelGridColumnpanel.frame.Frame getMostRecentFrame() nothrowGets the most recently acive frame on a grid. Returns: a #PanelGridFramegulong connectCreateFrame(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T : panel.frame.Frame)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : panel.grid.Grid)))
&& Parameters!T.length < 2) nothrowConnect to `CreateFrame` signal.classGridGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T
Fluent builder implementation template for panel.grid.Grid
Fluent builder for panel.grid.Grid