Struct SignalsInLineEdit
pub struct SignalsInLineEdit<'c> { /* private fields */ }
Expand description
A collection of signals for the LineEdit
class.
Implementations§
§impl<'c> SignalsInLineEdit<'c>
impl<'c> SignalsInLineEdit<'c>
pub fn text_changed(&mut self) -> SigTextChanged<'c>
pub fn text_changed(&mut self) -> SigTextChanged<'c>
Signature: (new_text: GString)
pub fn text_change_rejected(&mut self) -> SigTextChangeRejected<'c>
pub fn text_change_rejected(&mut self) -> SigTextChangeRejected<'c>
Signature: (rejected_substring: GString)
pub fn text_submitted(&mut self) -> SigTextSubmitted<'c>
pub fn text_submitted(&mut self) -> SigTextSubmitted<'c>
Signature: (new_text: GString)
pub fn editing_toggled(&mut self) -> SigEditingToggled<'c>
pub fn editing_toggled(&mut self) -> SigEditingToggled<'c>
Signature: (toggled_on: bool)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInLineEdit<'c>
impl<'c> RefUnwindSafe for SignalsInLineEdit<'c>
impl<'c> !Send for SignalsInLineEdit<'c>
impl<'c> !Sync for SignalsInLineEdit<'c>
impl<'c> Unpin for SignalsInLineEdit<'c>
impl<'c> !UnwindSafe for SignalsInLineEdit<'c>
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