class TextUi::TextEditor::Signal_cursor_changed
- TextUi::TextEditor::Signal_cursor_changed
- Cute::Signal
- Reference
- Object
Defined in:
textui/text_editor.crConstructors
Instance Method Summary
- #emit(cursor : TextUi::TextCursor) : Nil
-
#name : String
Returns the name of the signal, if applicable.
- #new_channel : Tuple(Channel(TextUi::TextCursor), Cute::ConnectionHandle)
- #on(&block : Proc(TextUi::TextCursor, 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.