zng_ext_window

Trait WidgetInfoBuilderImeArea

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

IME extension methods for WidgetInfoBuilder.

Required Methods§

Source

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

Set a custom ime_area.

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

Implementations on Foreign Types§

Source§

impl WidgetInfoBuilderImeArea for WidgetInfoBuilder

Source§

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

Implementors§