Smartphone menus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -522,7 +522,11 @@
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1
|
||||
#ifdef __SMARTPHONE__
|
||||
#define wxUSE_STATUSBAR 0
|
||||
#else
|
||||
#define wxUSE_STATUSBAR 1
|
||||
#endif
|
||||
|
||||
// Two status bar implementations are available under Win32: the generic one
|
||||
// or the wrapper around native control. For native look and feel the native
|
||||
|
Reference in New Issue
Block a user