Applied patch 1489656: support for wxToggleButton under wxUniversal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-05-23 17:53:50 +00:00
parent 35932e0596
commit 43be3c33f3
6 changed files with 630 additions and 7 deletions

View File

@@ -27,7 +27,9 @@ END_DECLARE_EVENT_TYPES()
#define EVT_TOGGLEBUTTON(id, fn) \
wx__DECLARE_EVT1(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, id, wxCommandEventHandler(fn))
#if defined(__WXMSW__)
#if defined(__WXUNIVERSAL__)
#include "wx/univ/tglbtn.h"
#elif defined(__WXMSW__)
#include "wx/msw/tglbtn.h"
#elif defined(__WXGTK20__)
#include "wx/gtk/tglbtn.h"