Struct native_windows_gui::DynLayoutBuilder [−][src]
pub struct DynLayoutBuilder { /* fields omitted */ }Expand description
Builder for a DynLayout 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
Auto Trait Implementations
impl RefUnwindSafe for DynLayoutBuilderimpl !Send for DynLayoutBuilderimpl !Sync for DynLayoutBuilderimpl Unpin for DynLayoutBuilderimpl UnwindSafe for DynLayoutBuilder