class UIng::Area::Handler

Included Modules

Defined in:

uing/area/area/handler.cr

Constructors

Instance Method Summary

Macros inherited from module UIng::BlockConstructor

block_constructor block_constructor

Constructor Detail

def self.new(*args, &) #

[View source]
def self.new(*args, **kwargs, &) #

[View source]
def self.new #

[View source]

Instance Method Detail

def drag_broken(&block : Area -> _) #

[View source]
def draw(&block : Area, Area::Draw::Params -> _) #

[View source]
def key_event(&block : Area, Area::KeyEvent -> Bool) #

[View source]
def mouse_crossed(&block : Area, Bool -> _) #

[View source]
def mouse_event(&block : Area, Area::MouseEvent -> _) #

[View source]
def to_unsafe #

[View source]