Skip to main content

ComboBoxEvents

Trait ComboBoxEvents 

Source
pub trait ComboBoxEvents {
    // Provided method
    fn on_selection_changed(
        &mut self,
        _handle: Handle<ComboBox>,
    ) -> EventProcessStatus { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ComboBoxEvents for Accordion

Source§

impl ComboBoxEvents for Button

Source§

impl ComboBoxEvents for Canvas

Source§

impl ComboBoxEvents for CharPicker

Source§

impl ComboBoxEvents for CheckBox

Source§

impl ComboBoxEvents for ColorPicker

Source§

impl ComboBoxEvents for ComboBox

Source§

impl ComboBoxEvents for DatePicker

Source§

impl ComboBoxEvents for Desktop

Source§

impl ComboBoxEvents for HLine

Source§

impl ComboBoxEvents for HSplitter

Source§

impl ComboBoxEvents for ImageViewer

Source§

impl ComboBoxEvents for KeySelector

Source§

impl ComboBoxEvents for Label

Source§

impl ComboBoxEvents for ListBox

Source§

impl ComboBoxEvents for Markdown

Source§

impl ComboBoxEvents for Panel

Source§

impl ComboBoxEvents for Password

Source§

impl ComboBoxEvents for PathFinder

Source§

impl ComboBoxEvents for ProgressBar

Source§

impl ComboBoxEvents for RadioBox

Source§

impl ComboBoxEvents for RichTextField

Source§

impl ComboBoxEvents for Tab

Source§

impl ComboBoxEvents for TextArea

Source§

impl ComboBoxEvents for TextField

Source§

impl ComboBoxEvents for ThreeStateBox

Source§

impl ComboBoxEvents for TimePicker

Source§

impl ComboBoxEvents for ToggleButton

Source§

impl ComboBoxEvents for VLine

Source§

impl ComboBoxEvents for VSplitter

Source§

impl ComboBoxEvents for Window

Source§

impl<T> ComboBoxEvents for DropDownList<T>
where T: DropDownListType + 'static,

Source§

impl<T> ComboBoxEvents for GraphView<T>
where T: GraphNode + 'static,

Source§

impl<T> ComboBoxEvents for ListView<T>
where T: ListItem + 'static,

Source§

impl<T> ComboBoxEvents for ModalWindow<T>

Source§

impl<T> ComboBoxEvents for NumericSelector<T>
where T: Number + 'static,

Source§

impl<T> ComboBoxEvents for Selector<T>
where T: EnumSelector + Copy + Eq + 'static,

Source§

impl<T> ComboBoxEvents for TreeView<T>
where T: ListItem + 'static,