Extended TNewScreen structure
Source position: intuition.pas line 1572
type TExtNewScreen = record |
||
LeftEdge: SmallInt; |
|
see at TNewScreen |
TopEdge: SmallInt; |
|
|
Width: SmallInt; |
|
|
Height: SmallInt; |
|
|
Depth: SmallInt; |
|
|
DetailPen: Byte; |
|
|
BlockPen: Byte; |
|
|
ViewModes: Word; |
|
|
ens_Type: Word; |
|
|
Font: PTextAttr; |
|
|
DefaultTitle: PChar; |
|
|
Gadgets: PGadget; |
|
|
CustomBitMap: PBitMap; |
|
|
Extension: PTagItem; |
|
TExtNewScreen specific extension SA_* |
end; |