pub trait WTextTraitConst: Widget2DTraitConst {
// Required method
fn as_raw_WText(&self) -> *const c_void;
// Provided method
fn get_text(&self) -> Result<String> { ... }
}
Expand description
Constant methods for crate::viz::WText
pub trait WTextTraitConst: Widget2DTraitConst {
// Required method
fn as_raw_WText(&self) -> *const c_void;
// Provided method
fn get_text(&self) -> Result<String> { ... }
}
Constant methods for crate::viz::WText