Trait makepad_widgets::RedrawingApi
source · pub trait RedrawingApi {
// Required methods
fn is_redrawing(&self) -> bool;
fn is_not_redrawing(&self) -> bool;
fn expect_redraw(&self);
// Provided methods
fn no() -> Result<(), ()> { ... }
fn yes() -> Result<(), ()> { ... }
}