File tag/Screen


class tag.Screen

Inherits

State supers
tom.State

instance tag.Screen

variables

public Display display;
The Display on which this Screen resides.

methods

deferred Device
  deviceDescription;
Return the Device describing this Screen.

deferred class (Window)
  windowClass;
Return the Window class object to be used to create windows on this screen.

deferred class (Panel)
  panelClass;
Return the 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;
Create a new window on this screen.

Panel
  panelWithContentRect (float, float, float, float) (x, y, w, h)
             styleMask int style
               backing int backing;
Create a new panel on this screen.


Generated by tm 1.01.