Module panoramix::widgets[][src]

Wrapper types around druid widgets.

Re-exports

pub use any_widget_seq::*;
pub use button_widget::*;
pub use checkbox_widget::*;
pub use empty_sequence::*;
pub use flex_widget::*;
pub use optional_widget::*;
pub use single_widget::*;
pub use textbox_widget::*;
pub use widget_list::*;
pub use widget_tuple::*;

Modules

any_widget_seq
button_widget
checkbox_widget
empty_sequence
flex_widget

This file is copy-n-pasted from the Druid Flex widget implementation, with some modifications to support tree mutation. A widget that arranges its children in a one-dimensional array.

optional_widget
single_widget
textbox_widget
widget_list
widget_tuple