class TextUi::TextEditor::Signal_cursor_changed

Defined in:

textui/text_editor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit(cursor : TextUi::TextCursor) : Nil #

def name : String #
Description copied from class Cute::Signal

Returns the name of the signal, if applicable.


def new_channel : Tuple(Channel(TextUi::TextCursor), Cute::ConnectionHandle) #

def on(&block : Proc(TextUi::TextCursor, Nil)) : Cute::ConnectionHandle #

def on(sink : Cute::Sink(U)) forall U #