New Structure to describe the view of the content of a drawer
Source position: workbench.pas line 70
type TDrawerData = record |
||
dd_NewWindow: TNewWindow; |
|
Args to open window |
dd_CurrentX: LongInt; |
|
Current x coordinate of origin |
dd_CurrentY: LongInt; |
|
Current y coordinate of origin |
dd_Flags: LongInt; |
|
Flags for drawer (DDFLAGS_*) |
dd_ViewModes: Word; |
|
View mode for drawer (DDVM_*) |
end; |
|
the amount of DrawerData actually written to disk |