]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/tglbtn.h
Added wxMessageQueue::Clear().
[wxWidgets.git] / include / wx / osx / tglbtn.h
index fde10d79801e026ee96b649fe8d2eafce734fb6b..0eee6f3239d791ef614cc2139e4a0cbe6659215f 100644 (file)
@@ -44,7 +44,7 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual bool HandleClicked( double timestampsec );
+    virtual bool OSXHandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);
 
@@ -53,7 +53,7 @@ private:
 
     int m_marginX,
         m_marginY;
-        
+
 protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
@@ -91,7 +91,7 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual bool HandleClicked( double timestampsec );
+    virtual bool OSXHandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);