UIng::Area
Inherits UIng::Control < UIng::BlockConstructor < Reference < Object
This class provides read-only access to key event properties.
Constructors
new(*args, &)
Sourcenew(*args, **kwargs, &)
Sourcenew(area_handler : Pointer(LibUI::AreaHandler), width : Int32, height : Int32)
Sourcenew(area_handler : Handler, width : Int32, height : Int32)
Sourcenew(ref_ptr : Pointer(LibUI::Area), borrowed : Bool = true)
Sourcenew(area_handler : Handler)
SourceInstance methods
begin_user_window_move
Sourcebegin_user_window_resize(edge : WindowResizeEdge) : Nil
Sourcedestroy
Sourcequeue_redraw_all
Sourcescroll_to(x : Float64, y : Float64, width : Float64, height : Float64) : Nil
Sourceset_size(width : Int32, height : Int32) : Nil
Sourceto_unsafe
Source