Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp
compilation error; add wxFRAME_TOOL_WINDOW style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -553,13 +553,20 @@ typedef void (*wxFunction) (wxObject&, wxEvent&);
|
||||
#define wxSP_WRAP 0x0020
|
||||
|
||||
/*
|
||||
* wxSplitterWnd flags
|
||||
* wxSplitterWindow flags
|
||||
*/
|
||||
|
||||
#define wxSP_NOBORDER 0x0000
|
||||
#define wxSP_3D 0x0004
|
||||
#define wxSP_BORDER 0x0008
|
||||
|
||||
/*
|
||||
* wxFrame extra flags
|
||||
*/
|
||||
|
||||
// No title on taskbar
|
||||
#define wxFRAME_TOOL_WINDOW 0x0004
|
||||
|
||||
/*
|
||||
* wxTabCtrl flags
|
||||
*/
|
||||
|
Reference in New Issue
Block a user