pub struct StyledTextCtrlEventData { /* private fields */ }Expand description
Event data for a StyledTextCtrl event
Implementations§
Source§impl StyledTextCtrlEventData
impl StyledTextCtrlEventData
Sourcepub fn get_string(&self) -> Option<String>
pub fn get_string(&self) -> Option<String>
Get the current text in the control
Sourcepub fn get_position(&self) -> Option<i32>
pub fn get_position(&self) -> Option<i32>
Get the position for position-related events
Trait Implementations§
Auto Trait Implementations§
impl !Send for StyledTextCtrlEventData
impl !Sync for StyledTextCtrlEventData
impl Freeze for StyledTextCtrlEventData
impl RefUnwindSafe for StyledTextCtrlEventData
impl Unpin for StyledTextCtrlEventData
impl UnsafeUnpin for StyledTextCtrlEventData
impl UnwindSafe for StyledTextCtrlEventData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more