class TextUi::TextInput::Signal_text_changed
- TextUi::TextInput::Signal_text_changed
- Cute::Signal
- Reference
- Object
Defined in:
textui/text_input.crConstructors
Instance Method Summary
- #emit(old_text : String, new_text : String) : Nil
-
#name : String
Returns the name of the signal, if applicable.
- #new_channel : Tuple(Channel(Tuple(String, String)), Cute::ConnectionHandle)
- #on(&block : Proc(String, String, Nil)) : Cute::ConnectionHandle
- #on(sink : Cute::Sink(U)) forall U
Constructor Detail
Instance Method Detail
def name : String
#
Description copied from class Cute::Signal
Returns the name of the signal, if applicable.