Struct native_windows_gui::GridLayoutBuilder [−][src]
pub struct GridLayoutBuilder { /* fields omitted */ }Expand description
Builder for a GridLayout struct
Implementations
Set the layout parent. The handle must be a window object otherwise the function will panic
Add a children to the layout at the position col and row.
This is a shortcut over child_item for item with default span.
The handle must be a window object otherwise the function will panic
Add a children to the layout The handle must be a window object otherwise the function will panic
Set the margins of the layout. The four values are in this order: top, right, bottom, left.
Set the size of the space between the children in the layout. Default value is 5.
Set the number of column in the layout
Set the number of row in the layout
Auto Trait Implementations
impl RefUnwindSafe for GridLayoutBuilderimpl !Send for GridLayoutBuilderimpl !Sync for GridLayoutBuilderimpl Unpin for GridLayoutBuilderimpl UnwindSafe for GridLayoutBuilder