public Display display;
Display
on which this Screen
resides.
deferred Device deviceDescription;
Device
describing this Screen
.
deferred class (Window) windowClass;
Window
class object to be used to create windows on
this screen.
deferred class (Panel) panelClass;
Panel
class object to be used to create panels on
this screen.
Window windowWithContentRect (float, float, float, float) (x, y, w, h) styleMask int style backing int backing;
Panel panelWithContentRect (float, float, float, float) (x, y, w, h) styleMask int style backing int backing;