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