]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/tglbtn.h
make the preview frame float on parent by default as otherwise it is hidden when...
[wxWidgets.git] / include / wx / osx / carbon / tglbtn.h
index 0091fbc8f0809af89f3ae750e0a133c6733d58ff..fde10d79801e026ee96b649fe8d2eafce734fb6b 100644 (file)
@@ -44,13 +44,16 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
+    virtual bool HandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);
 
 private:
     wxBitmap m_bitmap;
 
+    int m_marginX,
+        m_marginY;
+        
 protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
@@ -88,7 +91,7 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
-    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
+    virtual bool HandleClicked( double timestampsec );
 
     virtual void Command(wxCommandEvent& event);