[][src]Trait ringui::ControlEvents

pub trait ControlEvents {
    fn non_attended(&self) -> StreamRc<'static, Event>;
}

Required Methods

Implementors

impl ControlEvents for GroupH
[src]

impl ControlEvents for GroupV
[src]

impl ControlEvents for Button
[src]

impl ControlEvents for Graph
[src]

impl ControlEvents for Label
[src]

impl ControlEvents for Panel
[src]

impl ControlEvents for Scrollbar
[src]

impl ControlEvents for Separator
[src]

impl ControlEvents for Tabs
[src]

impl ControlEvents for Toggle
[src]

impl ControlEvents for Tree
[src]

impl ControlEvents for TreeFromDebug
[src]

impl<E: EnumIter + Clone> ControlEvents for ListBox<E>
[src]

impl<E: EnumIter + Clone> ControlEvents for ListBoxMulti<E>
[src]

impl<E: EnumIter + Clone> ControlEvents for ListBoxOption<E>
[src]

impl<T: Clone + Debug + 'static> ControlEvents for ReadnOnlyRange<T>
[src]

impl<T: Debug + Clone + 'static> ControlEvents for Slider<T>
[src]

impl<T: FromStr + ToString + Clone + Debug + 'static> ControlEvents for TextBox<T>
[src]