pub trait Widget2DTraitConst: WidgetTraitConst {
    fn as_raw_Widget2D(&self) -> *const c_void;
}
Expand description

Base class of all 2D widgets.

Required methods

Implementors