diff readme @ 1469:b9efb744cfbd

Second try and window positioning for GTK2 and port to GTK3. Added dw_window_set_gravity() for GTK3. Switched to requesting the frame extents property directly from the window manager if the window isn't mapped... if the property isn't supported guess using the old values we had been using.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Dec 2011 12:44:41 +0000
parents c50f445e891a
children e0212278f794
line wrap: on
line diff
--- a/readme	Mon Dec 19 13:16:34 2011 +0000
+++ b/readme	Tue Dec 20 12:44:41 2011 +0000
@@ -16,10 +16,6 @@
 It is not safe on all platforms to operate on widgets before they
 are packed.  For portability pack widgets before operating on them.
 
-On Unix (GTK) the window manager border is not a constant value
-so environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT
-are used for proper positioning.
-
 On Mac if performing Dynamic Windows operations on secondary 
 threads which do not terminate, it may be required to call
 a Mac specific DW function _dw_pool_drain() at the end of the