class

UIng::Grid

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

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source
new(padded : Bool = false)
Source

Instance methods

append(control, left : Int32, top : Int32, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
Source
delete(child : Control)

Raises: Not supported for this container.

Source
insert_at(control, existing, at : At, xspan : Int32, yspan : Int32, hexpand : Bool, halign : UIng::Align, vexpand : Bool, valign : UIng::Align) : Nil
Source
padded=(padded : Bool) : Nil
Source
padded?
Source
to_unsafe
Source

Nested types