sys::Obj fwt::Widget fwt::Tab
Tab is the child widget of a TabPane. It is used to configure the tab's text, image, and content widget.
TabPane
Image image := null
Image to display on tab. Defaults to null.
Source
static internal Str imageId := "image"
Str text := ""
Text of the tab's label. Defaults to "".
static internal Str textId := "text"