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;
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);