Attempt at using inkedit control for wxTextCtrl, when PC is tablet enabled. Currently

doesn't behave properly but is a first step.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-06 17:56:44 +00:00
parent da817fa6eb
commit 8ef51d6704
3 changed files with 138 additions and 38 deletions

View File

@@ -255,6 +255,14 @@
# define wxUSE_MEDIACTRL 0
# endif
# endif
# if wxUSE_INKEDIT
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_INKEDIT requires wxUSE_DYNLIB_CLASS"
# else
# undef wxUSE_INKEDIT
# define wxUSE_INKEDIT 0
# endif
# endif
#endif /* wxUSE_DYNLIB_CLASS */
#endif /* _WX_MSW_CHKCONF_H_ */