Struct iui::controls::Spacer [−][src]
Seperates components with empty space.
Methods
impl Spacer
[src]
[−]
impl Spacer
pub fn show(&mut self, _ctx: &UI)
[src]
pub fn show(&mut self, _ctx: &UI)
pub fn hide(&mut self, _ctx: &UI)
[src]
pub fn hide(&mut self, _ctx: &UI)
pub unsafe fn from_raw(uiBox: *mut uiBox) -> Spacer
[src]
[−]
pub unsafe fn from_raw(uiBox: *mut uiBox) -> Spacer
Create an iui
struct for this control from the raw pointer for it.
Unsafety
The given pointer must point to a valid control or memory unsafety may result.
pub fn ptr(&self) -> *mut uiBox
[src]
[−]
pub fn ptr(&self) -> *mut uiBox
Return the underlying pointer for this control.
impl Spacer
[src]
[−]
impl Spacer