logo

class

fwt::Tab

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.

Slots

image

Image image := null

Image to display on tab. Defaults to null.

Source

text

Str text := ""

Text of the tab's label. Defaults to "".

Source