]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
Rebake from clean wx tree.
[wxWidgets.git] / include / wx / msw / tglbtn.h
index b155af512b636a774a55caf8404838607b0e41a0..0a9df049496dbf90104225cecae6fd4a8b5caaa4 100644 (file)
@@ -55,16 +55,16 @@ public:
     // Set the label
     virtual void SetLabel(const wxString& label) { wxControl::SetLabel(label); }
     virtual void SetLabel(const wxBitmap& label);
-    bool Enable(bool enable = TRUE);
+    bool Enable(bool enable = true);
 
 protected:
     void Init();
-    
+
     wxBitmap  m_bitmap;
     wxBitmap  m_disabledBitmap;
     bool      m_capturing;
     bool      m_depressed,m_oldValue;
-    
+
     void OnPaint(wxPaintEvent &event);
     void OnMouse(wxMouseEvent &event);
     void OnChar(wxKeyEvent &event);