X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6244848856584171db8cd74a7ff227250e46cc54..61ef57fc5ec21c6561ec4a1f6b68bcc8e7a01b29:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index 3be3cd9634..90782f4545 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -601,6 +601,11 @@ wxRect wxNotebook::GetAvailableClientSize() return rect; } +void wxNotebook::SetTabSize(const wxSize& sz) +{ + // TODO +} + /* * wxNotebookTabView */