WidgetInfoImeArea

Trait WidgetInfoImeArea 

Source
pub trait WidgetInfoImeArea {
    // Required method
    fn ime_area(&self) -> Option<PxRect>;
}
Expand description

IME extension methods for WidgetInfo.

Required Methods§

Source

fn ime_area(&self) -> Option<PxRect>

IME exclusion area in the window space when this widget is focused.

The are is usually inside the widget inner bounds, representing the text caret or selection.

Implementations on Foreign Types§

Source§

impl WidgetInfoImeArea for WidgetInfo

Implementors§