Trait gxi::ContainerWidgetNode[][src]

pub trait ContainerWidgetNode: Node + WidgetNode + Container {
    fn get_native_container(&self) -> &NativeContainer;
fn append(&mut self, widget: &NativeWidget); }
Expand description

Node which has a native widget and can hold children

Required methods

Implementors