Trait sourceview5::prelude::ComboBoxExt
source · pub trait ComboBoxExt: IsA<ComboBox> + Sealed + 'static {
Show 44 methods
// Provided methods
fn active_id(&self) -> Option<GString> { ... }
fn active_iter(&self) -> Option<TreeIter> { ... }
fn button_sensitivity(&self) -> SensitivityType { ... }
fn child(&self) -> Option<Widget> { ... }
fn entry_text_column(&self) -> i32 { ... }
fn has_entry(&self) -> bool { ... }
fn id_column(&self) -> i32 { ... }
fn model(&self) -> Option<TreeModel> { ... }
fn is_popup_fixed_width(&self) -> bool { ... }
fn popdown(&self) { ... }
fn popup(&self) { ... }
fn popup_for_device(&self, device: &Device) { ... }
fn set_active_id(&self, active_id: Option<&str>) -> bool { ... }
fn set_active_iter(&self, iter: Option<&TreeIter>) { ... }
fn set_button_sensitivity(&self, sensitivity: SensitivityType) { ... }
fn set_child(&self, child: Option<&impl IsA<Widget>>) { ... }
fn set_entry_text_column(&self, text_column: i32) { ... }
fn set_id_column(&self, id_column: i32) { ... }
fn set_model(&self, model: Option<&impl IsA<TreeModel>>) { ... }
fn set_popup_fixed_width(&self, fixed: bool) { ... }
fn set_row_separator_func<P>(&self, func: P)
where P: Fn(&TreeModel, &TreeIter) -> bool + 'static { ... }
fn has_frame(&self) -> bool { ... }
fn set_has_frame(&self, has_frame: bool) { ... }
fn is_popup_shown(&self) -> bool { ... }
fn connect_activate<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn emit_activate(&self) { ... }
fn connect_changed<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_format_entry_text<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, &str) -> String + 'static { ... }
fn connect_move_active<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, ScrollType) + 'static { ... }
fn emit_move_active(&self, scroll_type: ScrollType) { ... }
fn connect_popdown<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) -> bool + 'static { ... }
fn emit_popdown(&self) -> bool { ... }
fn connect_popup<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn emit_popup(&self) { ... }
fn connect_active_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_active_id_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_button_sensitivity_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_child_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_entry_text_column_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_has_frame_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_id_column_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_model_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_popup_fixed_width_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_popup_shown_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn active_id(&self) -> Option<GString>
👎Deprecated: Since 4.10
fn active_iter(&self) -> Option<TreeIter>
👎Deprecated: Since 4.10
👎Deprecated: Since 4.10
fn child(&self) -> Option<Widget>
👎Deprecated: Since 4.10
fn entry_text_column(&self) -> i32
👎Deprecated: Since 4.10
fn has_entry(&self) -> bool
👎Deprecated: Since 4.10
fn id_column(&self) -> i32
👎Deprecated: Since 4.10
fn model(&self) -> Option<TreeModel>
👎Deprecated: Since 4.10
fn is_popup_fixed_width(&self) -> bool
👎Deprecated: Since 4.10
fn popdown(&self)
👎Deprecated: Since 4.10
fn popup(&self)
👎Deprecated: Since 4.10
fn popup_for_device(&self, device: &Device)
👎Deprecated: Since 4.10
fn set_active_id(&self, active_id: Option<&str>) -> bool
👎Deprecated: Since 4.10
fn set_active_iter(&self, iter: Option<&TreeIter>)
👎Deprecated: Since 4.10
👎Deprecated: Since 4.10
fn set_child(&self, child: Option<&impl IsA<Widget>>)
👎Deprecated: Since 4.10
fn set_entry_text_column(&self, text_column: i32)
👎Deprecated: Since 4.10
fn set_id_column(&self, id_column: i32)
👎Deprecated: Since 4.10
fn set_model(&self, model: Option<&impl IsA<TreeModel>>)
👎Deprecated: Since 4.10
fn set_popup_fixed_width(&self, fixed: bool)
👎Deprecated: Since 4.10
fn set_row_separator_func<P>(&self, func: P)
👎Deprecated: Since 4.10
fn has_frame(&self) -> bool
👎Deprecated: Since 4.10
fn set_has_frame(&self, has_frame: bool)
👎Deprecated: Since 4.10
fn is_popup_shown(&self) -> bool
👎Deprecated: Since 4.10
fn connect_activate<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn emit_activate(&self)
👎Deprecated: Since 4.10
fn connect_changed<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_format_entry_text<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_move_active<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn emit_move_active(&self, scroll_type: ScrollType)
👎Deprecated: Since 4.10
fn connect_popdown<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn emit_popdown(&self) -> bool
👎Deprecated: Since 4.10
fn connect_popup<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn emit_popup(&self)
👎Deprecated: Since 4.10
fn connect_active_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_active_id_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
👎Deprecated: Since 4.10
fn connect_child_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_entry_text_column_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_has_frame_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_id_column_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_model_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_popup_fixed_width_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_popup_shown_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.