Trait zng_ext_window::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§