X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5982058625b149a820cc53a2e8098026e9d3ce4..4fe0156b18e2330be391b804da341e546164b85f:/contrib/include/wx/deprecated/proplist.h diff --git a/contrib/include/wx/deprecated/proplist.h b/contrib/include/wx/deprecated/proplist.h index 9410bf8bb1..ba88f36728 100644 --- a/contrib/include/wx/deprecated/proplist.h +++ b/contrib/include/wx/deprecated/proplist.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /* @@ -42,10 +42,6 @@ #ifndef _WX_PROPLIST_H_ #define _WX_PROPLIST_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "proplist.h" -#endif - #include "wx/deprecated/setup.h" #if wxUSE_PROPSHEET @@ -190,7 +186,7 @@ public: private: DECLARE_DYNAMIC_CLASS(wxPropertyListView) DECLARE_EVENT_TABLE() - + virtual void ShowView(wxPropertySheet *propertySheet, wxWindow *window) { wxPropertyView::ShowView(propertySheet, window); }; }; @@ -265,7 +261,7 @@ public: virtual void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. inline virtual bool OnCheckValue( wxProperty *WXUNUSED(property), wxPropertyListView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow) ) { return true; } @@ -276,7 +272,7 @@ public: virtual bool OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); virtual bool OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); - + private: DECLARE_DYNAMIC_CLASS(wxPropertyListValidator) }; @@ -399,7 +395,7 @@ public: bool OnPrepareControls(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -410,7 +406,7 @@ public: protected: float m_realMin; float m_realMax; - + private: DECLARE_DYNAMIC_CLASS(wxRealListValidator) }; @@ -428,7 +424,7 @@ public: bool OnPrepareControls(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -439,7 +435,7 @@ public: protected: long m_integerMin; long m_integerMax; - + private: DECLARE_DYNAMIC_CLASS(wxIntegerListValidator) }; @@ -455,7 +451,7 @@ public: bool OnClearDetailControls(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -467,7 +463,7 @@ public: // Called when the property is double clicked. Extra functionality can be provided, // cycling through possible values. virtual bool OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); - + private: DECLARE_DYNAMIC_CLASS(wxBoolListValidator) }; @@ -488,7 +484,7 @@ public: bool OnClearDetailControls(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -503,7 +499,7 @@ public: protected: wxStringList* m_strings; - + private: DECLARE_DYNAMIC_CLASS(wxStringListValidator) }; @@ -515,7 +511,7 @@ public: ~wxFilenameListValidator(); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -555,7 +551,7 @@ public: // Called when the edit (...) button is pressed. void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); - + private: DECLARE_DYNAMIC_CLASS(wxColourListValidator) }; @@ -569,7 +565,7 @@ public: bool OnPrepareControls(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost. - // Return FALSE if value didn't check out; signal to restore old value. + // Return false if value didn't check out; signal to restore old value. bool OnCheckValue(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); // Called when TICK is pressed or focus is lost or view wants to update @@ -585,7 +581,7 @@ public: // Called when the edit (...) button is pressed. void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); - + private: DECLARE_DYNAMIC_CLASS(wxListOfStringsListValidator) };