class Boleite::GUI::InputField::Signal_text_entered
- Boleite::GUI::InputField::Signal_text_entered
- Cute::Signal
- Reference
- Object
Defined in:
boleite/gui/input_field.crConstructors
Instance Method Summary
- #emit(char : Char) : Nil
-
#name : String
Returns the name of the signal, if applicable.
- #new_channel : Tuple(Channel(Char), Cute::ConnectionHandle)
- #on(&block : Proc(Char, 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.