class Boleite::GUI::Widget::Signal_mouse_leave

Defined in:

boleite/gui/widget.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit : Nil #

def name : String #
Description copied from class Cute::Signal

Returns the name of the signal, if applicable.


def new_channel : Tuple(Channel(Nil), Cute::ConnectionHandle) #

def on(&block : Proc(Nil)) : Cute::ConnectionHandle #

def on(sink : Cute::Sink(U)) forall U #