Skip to main content

WidgetInfoMouseExt

Trait WidgetInfoMouseExt 

Source
pub trait WidgetInfoMouseExt {
    // Required method
    fn click_mode(&self) -> ClickMode;
}
Expand description

Mouse config methods.

Required Methods§

Source

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".

Implementations on Foreign Types§

Source§

impl WidgetInfoMouseExt for WidgetInfo

Implementors§