[−][src]Struct nuklear::TextEdit
Methods
impl TextEdit[src]
pub fn init(&mut self, arg2: &mut Allocator, size: Size)[src]
pub fn text(&mut self, arg2: &str)[src]
pub fn delete(&mut self, where_: u32, len: u32)[src]
pub fn delete_selection(&mut self)[src]
pub fn select_all(&mut self)[src]
pub fn cut(&mut self) -> bool[src]
pub fn paste(&mut self, arg2: &str) -> bool[src]
pub fn undo(&mut self)[src]
pub fn redo(&mut self)[src]
Trait Implementations
impl Drop for TextEdit[src]
impl AsMut<nk_text_edit> for TextEdit[src]
fn as_mut(&mut self) -> &mut nk_text_edit[src]
impl AsMut<TextEdit> for nk_text_edit[src]
impl AsRef<nk_text_edit> for TextEdit[src]
fn as_ref(&self) -> &nk_text_edit[src]
impl AsRef<TextEdit> for nk_text_edit[src]
impl Default for TextEdit[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,