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