added more reserved functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6dc7c02c0e
commit
ed31dd079a
@ -94,6 +94,14 @@ public:
|
|||||||
// On platforms that support it, get the theme page background colour, else invalid colour
|
// On platforms that support it, get the theme page background colour, else invalid colour
|
||||||
virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; }
|
virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; }
|
||||||
|
|
||||||
|
|
||||||
|
// Reserved for future use
|
||||||
|
virtual void ReservedNotebookFunc1() {}
|
||||||
|
virtual void ReservedNotebookFunc2() {}
|
||||||
|
virtual void ReservedNotebookFunc3() {}
|
||||||
|
virtual void ReservedNotebookFunc4() {}
|
||||||
|
virtual void ReservedNotebookFunc5() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
DECLARE_NO_COPY_CLASS(wxNotebookBase)
|
DECLARE_NO_COPY_CLASS(wxNotebookBase)
|
||||||
};
|
};
|
||||||
|
@ -468,6 +468,18 @@ public:
|
|||||||
// destroy a reference
|
// destroy a reference
|
||||||
void UnRef();
|
void UnRef();
|
||||||
|
|
||||||
|
|
||||||
|
// Reserved for future use
|
||||||
|
virtual void ReservedObjectFunc1() {}
|
||||||
|
virtual void ReservedObjectFunc2() {}
|
||||||
|
virtual void ReservedObjectFunc3() {}
|
||||||
|
virtual void ReservedObjectFunc4() {}
|
||||||
|
virtual void ReservedObjectFunc5() {}
|
||||||
|
virtual void ReservedObjectFunc6() {}
|
||||||
|
virtual void ReservedObjectFunc7() {}
|
||||||
|
virtual void ReservedObjectFunc8() {}
|
||||||
|
virtual void ReservedObjectFunc9() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// ensure that our data is not shared with anybody else: if we have no
|
// ensure that our data is not shared with anybody else: if we have no
|
||||||
// data, it is created using CreateRefData() below, if we have shared data
|
// data, it is created using CreateRefData() below, if we have shared data
|
||||||
|
@ -94,6 +94,18 @@ public:
|
|||||||
wxDEPRECATED( size_t StreamSize() const );
|
wxDEPRECATED( size_t StreamSize() const );
|
||||||
#endif // WXWIN_COMPATIBILITY_2_2
|
#endif // WXWIN_COMPATIBILITY_2_2
|
||||||
|
|
||||||
|
|
||||||
|
// Reserved for future use
|
||||||
|
virtual void ReservedStreamFunc1() {}
|
||||||
|
virtual void ReservedStreamFunc2() {}
|
||||||
|
virtual void ReservedStreamFunc3() {}
|
||||||
|
virtual void ReservedStreamFunc4() {}
|
||||||
|
virtual void ReservedStreamFunc5() {}
|
||||||
|
virtual void ReservedStreamFunc6() {}
|
||||||
|
virtual void ReservedStreamFunc7() {}
|
||||||
|
virtual void ReservedStreamFunc8() {}
|
||||||
|
virtual void ReservedStreamFunc9() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
|
virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
|
||||||
virtual wxFileOffset OnSysTell() const;
|
virtual wxFileOffset OnSysTell() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user