]> git.saurik.com Git - wxWidgets.git/commitdiff
MS Smartphone has no input other than phone buttons which limits pointing on screen...
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 7 Jan 2005 18:27:43 +0000 (18:27 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 7 Jan 2005 18:27:43 +0000 (18:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/chkconf.h

index 31ded4713bbc022b0329cee7f3dc23530d4baef7..5bcee9d01cb58553b394fdc836f33ffc0f735be4 100644 (file)
     #endif
 #endif
 
+/* Disable controls for pointing devices */
+#if defined(__SMARTPHONE__)
+    #undef wxUSE_NOTEBOOK
+    #undef wxUSE_LISTBOOK
+    #define wxUSE_NOTEBOOK 0
+    #define wxUSE_LISTBOOK 0
+#endif
+
 #endif
     /* _WX_MSW_CHKCONF_H_ */