pub trait WidgetInfoImeArea {
// Required method
fn ime_area(&self) -> Option<PxRect>;
}Expand description
IME extension methods for WidgetInfo.
pub trait WidgetInfoImeArea {
// Required method
fn ime_area(&self) -> Option<PxRect>;
}IME extension methods for WidgetInfo.