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 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
fn clone(&self) -> Spinbox
[src]
fn clone(&self) -> Spinbox
Returns 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 Spinbox
impl NumericEntry for Spinbox
[src]
impl NumericEntry for Spinbox