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