Set default dialog style to 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,11 @@
|
|||||||
|
|
||||||
#define wxDIALOG_NO_PARENT 0x0001 // Don't make owned by apps top window
|
#define wxDIALOG_NO_PARENT 0x0001 // Don't make owned by apps top window
|
||||||
|
|
||||||
|
#ifdef __WXWINCE__
|
||||||
|
#define wxDEFAULT_DIALOG_STYLE (0)
|
||||||
|
#else // !__WXWINCE__
|
||||||
#define wxDEFAULT_DIALOG_STYLE (wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX)
|
#define wxDEFAULT_DIALOG_STYLE (wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX)
|
||||||
|
#endif
|
||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
|
WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user