minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -214,8 +214,6 @@ eliminate weird refresh behaviour (delays between a window being
|
|||||||
erased and repainted, giving a ghostly gradual-redraw effect). May be
|
erased and repainted, giving a ghostly gradual-redraw effect). May be
|
||||||
a temporary 'fix' until properly fixed before 2.6.
|
a temporary 'fix' until properly fixed before 2.6.
|
||||||
|
|
||||||
wxMac: CoreGraphics [[WRITE MORE HERE]]
|
|
||||||
|
|
||||||
wxMac: Toolbar is now more native looking with borderless toolbar
|
wxMac: Toolbar is now more native looking with borderless toolbar
|
||||||
buttons.
|
buttons.
|
||||||
|
|
||||||
|
@@ -438,6 +438,7 @@ MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTION);
|
|||||||
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONX);
|
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONX);
|
||||||
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONY);
|
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONY);
|
||||||
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONUNIT);
|
MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONUNIT);
|
||||||
|
MAKE_CONST_WXSTRING(IMAGE_OPTION_QUALITY);
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
#define IDM_WINDOWICONS 4003
|
#define IDM_WINDOWICONS 4003
|
||||||
#define IDM_WINDOWNEXT 4004
|
#define IDM_WINDOWNEXT 4004
|
||||||
#define IDM_WINDOWTILEVERT 4005
|
#define IDM_WINDOWTILEVERT 4005
|
||||||
|
#define IDM_WINDOWPREV 4006
|
||||||
#define wxFIRST_MDI_CHILD 4100
|
#define wxFIRST_MDI_CHILD 4100
|
||||||
#define wxLAST_MDI_CHILD 4600
|
#define wxLAST_MDI_CHILD 4600
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user