Trait zng_wgt_stack::WidgetInfoStackExt
source · pub trait WidgetInfoStackExt {
// Required method
fn stack_children(&self) -> Option<Children>;
}Expand description
Extension methods for WidgetInfo that may represent a Stack! instance.
Required Methods§
sourcefn stack_children(&self) -> Option<Children>
fn stack_children(&self) -> Option<Children>
Gets the stack children, if this widget is a Stack! instance.