WText3DTraitConst

Trait WText3DTraitConst 

Source
pub trait WText3DTraitConst: Widget3DTraitConst {
    // Required method
    fn as_raw_WText3D(&self) -> *const c_void;

    // Provided method
    fn get_text(&self) -> Result<String> { ... }
}
Expand description

Constant methods for crate::viz::WText3D

Required Methods§

Provided Methods§

Source

fn get_text(&self) -> Result<String>

Returns the current text content of the widget.

Implementors§