Struct iui::controls::Entry [−][src]
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
impl Into<Control> for Entry
[src]
[+]
impl Into<Control> for Entry
impl TextEntry for Entry
[src]
[+]
impl TextEntry for Entry