]> git.saurik.com Git - wxWidgets.git/commitdiff
minor tweaks
authorRobin Dunn <robin@alldunn.com>
Sat, 26 Feb 2005 01:13:12 +0000 (01:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 26 Feb 2005 01:13:12 +0000 (01:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt
wxPython/src/_image.i
wxPython/src/_mdi.i

index 5926b209654b9697b4a264dc5e40ff884d9be2db..f4a6074edcf94aac4fc91c3a8fba087784a8bdea 100644 (file)
@@ -214,8 +214,6 @@ eliminate weird refresh behaviour (delays between a window being
 erased and repainted, giving a ghostly gradual-redraw effect). May be
 a temporary 'fix' until properly fixed before 2.6.
 
-wxMac: CoreGraphics  [[WRITE MORE HERE]]
-
 wxMac:  Toolbar is now more native looking with borderless toolbar
 buttons.  
 
index 98c6d8e6f66dd1ba8260cfea08dcfda4d3a42a25..49d17afaf6b61b8fb8812a74db152ce5a2e112f8 100644 (file)
@@ -438,6 +438,7 @@ MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTION);
 MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONX);
 MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONY);
 MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONUNIT);
+MAKE_CONST_WXSTRING(IMAGE_OPTION_QUALITY);
 
 enum
 {
index 1ad5530ff766c3d806971e1d04d0152099aaaab6..d2791fe1b6f952bcece053749e0847bde3d1e026 100644 (file)
@@ -28,6 +28,7 @@
 #define IDM_WINDOWICONS         4003
 #define IDM_WINDOWNEXT          4004
 #define IDM_WINDOWTILEVERT      4005
+#define IDM_WINDOWPREV          4006
 #define wxFIRST_MDI_CHILD       4100
 #define wxLAST_MDI_CHILD        4600