Struct iui::controls::Spinbox [−][src]
pub struct Spinbox { /* fields omitted */ }Numerical entry control which allows users to set any value in a range by typing or incrementing/decrementing.
Methods
impl Spinbox[src]
impl Spinboxpub 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) -> SpinboxCreate 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 uiSpinboxReturn the underlying pointer for this control.
impl Spinbox[src]
impl SpinboxTrait Implementations
impl Drop for Spinbox[src]
impl Drop for Spinboximpl Clone for Spinbox[src]
impl Clone for Spinboxfn clone(&self) -> Spinbox[src]
fn clone(&self) -> SpinboxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Into<Control> for Spinbox[src]
impl Into<Control> for Spinboximpl NumericEntry for Spinbox[src]
impl NumericEntry for Spinbox