]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/tglbtn.h
More docs cleanup and fixes for richtextbuffer
[wxWidgets.git] / include / wx / motif / tglbtn.h
index 0fd827b953934f8621306bbf2d0f844a5dd883e3..b0af6483bb3411b5ebecd97754d63744709d1a4a 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "wx/checkbox.h"
 
-class WXDLLEXPORT wxToggleButton : public wxCheckBox
+class WXDLLIMPEXP_CORE wxToggleButton : public wxCheckBox
 {
 public:
     wxToggleButton() { Init(); }
@@ -47,7 +47,7 @@ private:
     // common part of all constructors
     void Init()
     {
-        m_evtType = wxEVT_COMMAND_TOGGLEBUTTON_CLICKED;
+        m_evtType = wxEVT_TOGGLEBUTTON;
     }
 };