File tag/Constants
Inherits
- State supers
- tom.State
variables
const BACKING_STORE_RETAINED = 0;
Window
backing store types.
const BACKING_STORE_NONRETAINED = 1;
-
const BACKING_STORE_BUFFERED = 2;
-
const WINDOW_STYLE_PLAIN = 0;
Window
styles mask.
const WINDOW_STYLE_TITLED = 1;
-
const WINDOW_STYLE_CLOSABLE = 2;
-
const WINDOW_STYLE_MINIATURIZABLE = 4;
-
const WINDOW_STYLE_RESIZABLE = 8;
-
const COLOR_SPACE_DEVICE_WHITE = 0;
Color
spaces.
const COLOR_SPACE_DEVICE_RGB = 1;
-
const DEVICE_TYPE_SCREEN = 0;
Device
types.
const DEVICE_TYPE_PRINTER = 1;
-
const VIEW_SIZE_NOT = 0;
View
autosizing flexibility.
const VIEW_SIZE_MINX = 1;
-
const VIEW_SIZE_WIDTH = 2;
-
const VIEW_SIZE_MAXX = 4;
-
const VIEW_SIZE_MINY = 8;
-
const VIEW_SIZE_HEIGHT = 16;
-
const VIEW_SIZE_MAXY = 32;
-
const VIEW_SIZE_MIN = 1;
- Primitives of the above
View
flexibility.
const VIEW_SIZE_SPAN = 2;
-
const VIEW_SIZE_MAX = 4;
-
const VIEW_SIZE_X_SHIFT = 0;
-
const VIEW_SIZE_Y_SHIFT = 3;
-
const VIEW_SIZE_MASK = 7;
-
const EVENT_NULL = 0;
Event
types.
const EVENT_MOUSE_DOWN = 1;
-
const EVENT_MOUSE_DRAG = 2;
-
const EVENT_MOUSE_UP = 3;
-
const EVENT_MOD_NONE = 0;
Event
key modifiers.
const EVENT_MOD_SHIFT = 1;
-
const EVENT_MOD_OPTION = 2;
-
const EVENT_MOD_CONTROL = 4;
-
const EVENT_MOD_COMMAND = 8;
-
const EVENT_MOD_ALTERNATE = 16;
-
const EVENT_MOD_MOD_ALL = 31;
- Mask for the above.
const EVENT_MOD_KEYPAD = 32;
- This modifier bit is set if the key originated from the keypad.
const COMPOSITE_COPY = 1;
- Compositing operations.
const BOX_TITLE_NONE = 0;
- Box title types.
const BOX_TITLE_TOP_ABOVE = 1;
-
const BOX_TITLE_TOP_AT = 2;
-
const BOX_TITLE_TOP_BELOW = 3;
-
const BOX_TITLE_BOTTOM_ABOVE = 4;
-
const BOX_TITLE_BOTTOM_AT = 5;
-
const BOX_TITLE_BOTTOM_BELOW = 6;
-
const BUTTON_MOMENTARY_LIGHT = 0;
Button
types.
const BUTTON_MOMENTARY_PUSH = 1;
-
const BUTTON_MOMENTARY_CHANGE = 2;
-
const BUTTON_PUSH_ON_PUSH_OFF = 3;
-
const BUTTON_ON_OFF = 4;
-
const BUTTON_TOGGLE = 5;
-
const BUTTON_SWITCH = 6;
-
const BUTTON_RADIO = 7;
-
const BUTTONCELL_IMAGE_NONE = 0;
ButtonCell
image positions.
const BUTTONCELL_IMAGE_ONLY = 1;
-
const BUTTONCELL_IMAGE_LEFT = 2;
-
const BUTTONCELL_IMAGE_RIGHT = 3;
-
const BUTTONCELL_IMAGE_BELOW = 4;
-
const BUTTONCELL_IMAGE_ABOVE = 5;
-
const BUTTONCELL_IMAGE_OVERLAP = 6;
-
const CELL_NO_MASK = 0;
ButtonCell
highlighting and state reflection masks.
const CELL_MASK_PUSH = 1;
-
const CELL_MASK_CONTENTS = 2;
-
const CELL_MASK_CHANGE_GRAY = 4;
-
const CELL_MASK_CHANGE_BACKGROUND = 8;
-
const CELL_MASK_ALL = 15;
-
const MATRIX_MODE_RADIO = 0;
- Matrix modes.
const MATRIX_MODE_HIGHLIGHT = 1;
-
const MATRIX_MODE_LIST = 2;
-
const MATRIX_MODE_TRACK = 3;
-
const BORDER_NONE = 0;
- Kinds of borders.
const BORDER_LINE = 1;
-
const BORDER_BEZEL = 2;
-
const BORDER_GROOVE = 3;
-
const SCROLLER_WIDTH = 19.0;
- The default dimension of a scroller.
const SCROLLER_CONFIG_PAGE = 1;
-
const SCROLLER_CONFIG_SINGLE = 0;
-
const SCROLLER_CONFIG_SINGLE_PAGE = 1;
-
const SCROLLER_PART_BACKGROUND = -2;
- The hit parts of a scroller. The order is fixed (and important).
const SCROLLER_PART_NONE = -1;
-
const SCROLLER_PART_KNOB = 0;
-
const SCROLLER_PART_LESS = 1;
-
const SCROLLER_PART_MORE = 2;
-
const SCROLLER_PART_PAGE_LESS = 3;
-
const SCROLLER_PART_PAGE_MORE = 4;
-
Generated by tm 1.01.