Maximized dialogs for SmartPhone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-22 08:29:42 +00:00
parent 095b80e2b5
commit af2799b7bb

View File

@@ -23,7 +23,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__ #ifdef __WXWINCE__
# ifdef __SMARTPHONE__
# define wxDEFAULT_DIALOG_STYLE (wxMAXIMIZE | wxCAPTION)
# else
# define wxDEFAULT_DIALOG_STYLE (0) # define wxDEFAULT_DIALOG_STYLE (0)
# endif
#else // !__WXWINCE__ #else // !__WXWINCE__
# define wxDEFAULT_DIALOG_STYLE (wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX) # define wxDEFAULT_DIALOG_STYLE (wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX)
#endif #endif