class

UIng::Area

Inherits UIng::Control < UIng::BlockConstructor < Reference < Object

This class provides read-only access to key event properties.

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source
new(area_handler : Pointer(LibUI::AreaHandler), width : Int32, height : Int32)
Source
new(area_handler : Handler, width : Int32, height : Int32)
Source
new(ref_ptr : Pointer(LibUI::Area), borrowed : Bool = true)
Source
new(area_handler : Handler)
Source

Instance methods

begin_user_window_move
Source
begin_user_window_resize(edge : WindowResizeEdge) : Nil
Source
destroy
Source
queue_redraw_all
Source
scroll_to(x : Float64, y : Float64, width : Float64, height : Float64) : Nil
Source
set_size(width : Int32, height : Int32) : Nil
Source
to_unsafe
Source

Nested types