]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc tweaks
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 09:33:00 +0000 (09:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 09:33:00 +0000 (09:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/gtk/install.txt

index 1aaab5e802ab48cdbab2fe7f0e1240e610ed888f..b4adc9969f8c5bf8fd5f3a63fc91c42ec388f353 100644 (file)
@@ -20,6 +20,9 @@ All (GUI):
 - Added XPM data constructor to wxImage.
 - Added style parameter to wxBufferedDC to allow buffering just the client, or
   the whole virtual area.
+- Restored ability to set a custom splitter sash size with SetSashSize.
+- Fixed wxScrolledWindow sizer behaviour so that the virtual size
+  isn't used to set the window size.
 
 Unix:
 
index 94071f15f8d08a6396030214bcd365caebf64497..1e2a14cae9c556c45fbd3be94ad096711a153ca4 100644 (file)
@@ -480,9 +480,6 @@ minimal.o: minimal.cpp mondrian.xpm
 clean:
        rm -f *.o minimal
 
-This is certain to become the standard way unless we decide
-to stick to tmake.
-
 If your application uses only some of wxWidgets libraries, you can
 specify required libraries when running wx-config. For example,
 `wx-config --libs=html,core` will only output link command to link