From 88060820acda9b950d47c7bce37909a894cfda6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 26 May 2006 14:09:50 +0000 Subject: [PATCH] wxToggleButton for wxUniv already implemented. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index b78fdabfd6..55c8b00463 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -594,7 +594,7 @@ #define wxUSE_STATTEXT 1 // wxStaticText #define wxUSE_STATBMP 1 // wxStaticBitmap #define wxUSE_TEXTCTRL 1 // wxTextCtrl -#define wxUSE_TOGGLEBTN 0 // requires wxButton // currently not supported +#define wxUSE_TOGGLEBTN 1 // wxToggleButton #define wxUSE_TREECTRL 1 // wxTreeCtrl // Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR -- 2.50.0