Trait zng::window::WidgetInfoBuilderImeArea

source ·
pub trait WidgetInfoBuilderImeArea {
    // Required method
    fn set_ime_area(&mut self, area: Arc<Atomic<Rect<Px, Px>>>);
}
Expand description

IME extension methods for WidgetInfoBuilder.

Required Methods§

source

fn set_ime_area(&mut self, area: Arc<Atomic<Rect<Px, Px>>>)

Set a custom ime_area.

The value can be updated every frame using interior mutability, without needing to rebuild the info.

Implementors§