minor tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-26 01:13:12 +00:00
parent 66cf41cb6c
commit 9718534022
3 changed files with 2 additions and 2 deletions

View 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.

View 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
{

View 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