pub trait WidgetInfoMouseExt {
// Required method
fn click_mode(&self) -> ClickMode;
}Expand description
Mouse config methods.
Required Methods§
Sourcefn click_mode(&self) -> ClickMode
fn click_mode(&self) -> ClickMode
Gets the click mode of the widget.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".