projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added windowing and scrolling logic to generic
[wxWidgets.git]
/
include
/
wx
/
notebook.h
diff --git
a/include/wx/notebook.h
b/include/wx/notebook.h
index 5555127425a0ac6a4c77f9fbd25763d7860ceabf..fe22a53056edb261255e30df2aeada392dca41ee 100644
(file)
--- a/
include/wx/notebook.h
+++ b/
include/wx/notebook.h
@@
-90,14
+90,6
@@
public:
// On platforms that support it, get the theme page background colour, else invalid colour
virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; }
// On platforms that support it, get the theme page background colour, else invalid colour
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:
DECLARE_NO_COPY_CLASS(wxNotebookBase)
};
protected:
DECLARE_NO_COPY_CLASS(wxNotebookBase)
};