Struct iui::controls::Entry [−][src]
pub struct Entry { /* fields omitted */ }
Single-line editable text buffer.
Methods
impl Entry
[src]
impl Entry
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(uiEntry: *mut uiEntry) -> Entry
[src]
pub unsafe fn from_raw(uiEntry: *mut uiEntry) -> Entry
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 uiEntry
[src]
pub fn ptr(&self) -> *mut uiEntry
Return the underlying pointer for this control.
impl Entry
[src]
impl Entry
Trait Implementations
impl Drop for Entry
[src]
impl Drop for Entry
impl Clone for Entry
[src]
impl Clone for Entry
fn clone(&self) -> Entry
[src]
fn clone(&self) -> Entry
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 Entry
[src]
impl Into<Control> for Entry
impl TextEntry for Entry
[src]
impl TextEntry for Entry