struct

Tui::TabbedPanel::Tab

Inherits Struct / Value / Object

Constructors

new(id : String, label : String, tooltip : Nil | String = nil, content : Tui::Widget | Nil = nil, closable : Bool = true)
Source

Instance methods

closable
Source
closable=(closable : Bool)
Source
content
Source
content=(content : Widget | Nil)
Source
id=(id : String)
Source
label
Source
label=(label : String)
Source
tooltip
Source
tooltip=(tooltip : String | Nil)
Source