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