Committing in .
Update configuration of wxX11 for OpenVMS Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9a8a9e9942
commit
7712a6a5ff
@ -324,7 +324,11 @@
|
||||
#define wxUSE_STATTEXT 1
|
||||
#define wxUSE_STATBMP 1
|
||||
#define wxUSE_TEXTCTRL 1
|
||||
#if defined (__WXMOTIF__) || defined( __WXGTK__ )
|
||||
#define wxUSE_TOGGLEBTN 1
|
||||
#else
|
||||
#define wxUSE_TOGGLEBTN 0
|
||||
#endif
|
||||
#define wxUSE_TREECTRL 1
|
||||
|
||||
#define wxUSE_STATUSBAR 1
|
||||
|
Loading…
Reference in New Issue
Block a user