logo

class

fwt::Window

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::ContentPane
        fwt::Window

Window is the base class for widgets which represent top level windows.

Slots

close

This close()

Close the window.

Source

icon

Image icon

Icon if window is a frame.

Source

Menu menuBar

Child menu bar widget if top level frame.

Source

open

This open()

Open the window.

Source

title

Str title := ""

Title string if window is a frame. Defaults to "".

Source