comparison readme @ 189:230686a7eba9

Fixed typos.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 05 Jan 2003 06:26:26 +0000
parents 60b4d8762f47
children ea15fee48da8
comparison
equal deleted inserted replaced
188:60b4d8762f47 189:230686a7eba9
8 8
9 Boxes don't adhere to ratios on Unix. 9 Boxes don't adhere to ratios on Unix.
10 10
11 Known limitations: 11 Known limitations:
12 12
13 It is not safe all all platforms to operate on widgets before they 13 It is not safe on all platforms to operate on widgets before they
14 are packed. For portablity pack widgets before operating on them. 14 are packed. For portablity pack widgets before operating on them.
15 15
16 On Windows a slider control will only work properly if it is the 16 On Windows a slider control will only work properly if it is the
17 only slider in a box. If there is more than one slider control 17 only slider in a box. If there is more than one slider control
18 in a box then signals may get misdirected to the wrong control. 18 in a box then signals may get misdirected to the wrong control.
20 On OS/2 and Windows MLE controls scrolled position may get 20 On OS/2 and Windows MLE controls scrolled position may get
21 corrupted when resizing. 21 corrupted when resizing.
22 22
23 On Unix the window manager border is not a constant value so 23 On Unix the window manager border is not a constant value so
24 environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT 24 environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT
25 are ysed for proper positioning. 25 are used for proper positioning.
26 26
27 Future features: 27 Future features:
28 28
29 Implementing a full set of controls. Most controls common to OS/2, Windows and 29 Implementing a full set of controls. Most controls common to OS/2, Windows and
30 GTK have been implemented. Although not all the functionality of the native 30 GTK have been implemented. Although not all the functionality of the native
31 controls have been integrated into Dynamic Windows. 31 controls have been integrated into Dynamic Windows.
32 32
33 Documentation, I have all the functions relatively well documented in the 33 Documentation, I have all the functions relatively well documented in the
34 source code but a developers manual and online API reference will need to 34 source code but a developer's manual and online API reference will need to
35 be written. 35 be written.
36 36
37 If you have any questions or suggestions feel free to email me at 37 If you have any questions or suggestions feel free to email me at
38 dbsoft@technologist.com 38 dbsoft@technologist.com
39 39