1. wxWindow::Centre() hopefully fixed
2. attempts to construct bitmaps from icons properly 3. wxTreeCtrl background is always white git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1003,9 +1003,11 @@ enum wxDirection
|
||||
|
||||
// wxCENTRE = 0x0400 (defined above)
|
||||
|
||||
// centering into frame rather than screen
|
||||
#define wxCENTER_FRAME 0x0004
|
||||
|
||||
// centering into frame rather than screen (obsolete)
|
||||
#define wxCENTER_FRAME 0x0000
|
||||
// centre on screen rather than parent
|
||||
#define wxCENTRE_ON_SCREEN 0x0004
|
||||
#define wxCENTER_ON_SCREEN wxCENTRE_ON_SCREEN
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Possible SetSize flags
|
||||
|
Reference in New Issue
Block a user