Forgot header with OSX prefix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2009-01-23 08:40:26 +00:00
parent 4eb5a0ec04
commit 12b5f4b4d2
10 changed files with 12 additions and 12 deletions

View File

@ -50,7 +50,7 @@ public:
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual wxSize DoGetBestSize() const ;
@ -87,7 +87,7 @@ public:
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual wxSize DoGetBestSize() const ;

View File

@ -38,7 +38,7 @@ public:
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
void DoSet3StateValue(wxCheckBoxState val);
virtual wxCheckBoxState DoGet3StateValue() const;

View File

@ -78,7 +78,7 @@ public:
virtual void SetString(unsigned int pos, const wxString& s);
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual void DoDeleteOneItem(unsigned int n);

View File

@ -127,7 +127,7 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST

View File

@ -119,7 +119,7 @@ public:
virtual void Command(wxCommandEvent& event);
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual wxNotebookPage *DoRemovePage(size_t page) ;

View File

@ -48,7 +48,7 @@ public:
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
wxRadioButton *m_cycle;

View File

@ -49,7 +49,7 @@ public:
// implementation only from now on
void Command(wxCommandEvent& event);
virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
virtual wxSize DoGetBestSize() const;

View File

@ -77,7 +77,7 @@ public:
void Command(wxCommandEvent& event);
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
protected:

View File

@ -62,7 +62,7 @@ public:
// osx specific event handling common for all osx-ports
virtual bool HandleClicked( double timestampsec );
virtual bool OSXHandleClicked( double timestampsec );
protected:
void SendThumbTrackEvent() ;

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