Trait cosmic::iced_widget::combo_box::Catalog
source · pub trait Catalog: Catalog + Catalog {
// Provided methods
fn default_input<'a>() -> Self::Class<'a> { ... }
fn default_menu<'a>() -> Self::Class<'a> { ... }
}
Expand description
The theme catalog of a ComboBox
.
Provided Methods§
sourcefn default_input<'a>() -> Self::Class<'a>
fn default_input<'a>() -> Self::Class<'a>
The default class for the text input of the ComboBox
.
The default class for the menu of the ComboBox
.
Object Safety§
This trait is not object safe.