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:
Jouk Jansen 2005-02-01 07:30:54 +00:00
parent 9a8a9e9942
commit 7712a6a5ff

View File

@ -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