Remove some controls from limited screen area of Smartphone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-01-07 18:30:36 +00:00
parent 4df123bce5
commit 49abcb2f46
2 changed files with 32 additions and 19 deletions

View File

@@ -24,6 +24,12 @@ class WidgetsPageInfo;
// all source files use wxImageList
#include "wx/imaglist.h"
#if wxUSE_LOG && !defined(__SMARTPHONE__)
#define USE_LOG 1
#else
#define USE_LOG 0
#endif
// ----------------------------------------------------------------------------
// WidgetsPage: a book page demonstrating some widget
// ----------------------------------------------------------------------------