class TextUi::Ui::Signal_resized

Defined in:

textui/ui.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit(width : Int32, height : Int32) : Nil #

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

Returns the name of the signal, if applicable.


def new_channel : Tuple(Channel(Tuple(Int32, Int32)), Cute::ConnectionHandle) #

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

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