Struct iui::controls::Spinbox [−][src]
Numerical entry control which allows users to set any value in a range by typing or incrementing/decrementing.
Methods
impl Spinbox
[src]
[−]
impl Spinbox
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(uiSpinbox: *mut uiSpinbox) -> Spinbox
[src]
[−]
pub unsafe fn from_raw(uiSpinbox: *mut uiSpinbox) -> Spinbox
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 uiSpinbox
[src]
[−]
pub fn ptr(&self) -> *mut uiSpinbox
Return the underlying pointer for this control.
impl Spinbox
[src]
[−]
impl Spinbox
Trait Implementations
impl Drop for Spinbox
[src]
[+]
impl Drop for Spinbox
impl Clone for Spinbox
[src]
[+]
impl Clone for Spinbox
impl Into<Control> for Spinbox
[src]
[+]
impl Into<Control> for Spinbox
impl NumericEntry for Spinbox
[src]
[+]
impl NumericEntry for Spinbox