summaryrefslogtreecommitdiffstats
path: root/vcl/os2/howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/howto.txt')
-rw-r--r--vcl/os2/howto.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/os2/howto.txt b/vcl/os2/howto.txt
deleted file mode 100644
index 8711e8ea3b09..000000000000
--- a/vcl/os2/howto.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-
-VCL positioning
-
-Window coordinates are parent relative, with exception of maState fields, they
-have screen coordinates.
-
-Every window has a parent window, usually the client area of an existing window,
-otherwise the desktop window.
-
-When a window is to be sized/moved, SetPosSize is called.
-Since coordinates are the position/size of client area, we need to calculate
-current window frame size/position and map to screen coordinates using the
-owner window position as offset.