class

UIng::Tab

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

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source

Instance methods

append(name : String, control, margined : Bool = false) : Nil
Source
append(name : String, margined : Bool = false, &block : -> Control) : Nil

For DSL style

Source
delete(index : Int32) : Nil
Source
delete(child : Control)
Source
insert_at(name : String, index : Int32, control, margined : Bool = false) : Nil
Source
margined?(index : Int32) : Bool
Source
num_pages
Source
on_selected
Source
selected
Source
selected=(index : Int32) : Nil
Source
set_margined(index : Int32, margined : Bool) : Nil
Source
to_unsafe
Source