X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6244848856584171db8cd74a7ff227250e46cc54..2917e9204382ec1ecc96de7fc98bd3068da2233c:/include/wx/generic/notebook.h diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index 99fb13d1ad..fe6d8c82de 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -149,6 +149,9 @@ public: // set the padding between tabs (in pixels) void SetPadding(const wxSize& padding); + // Sets the size of the tabs (assumes all tabs are the same size) + void SetTabSize(const wxSize& sz); + // operations // ---------- // remove one page from the notebook, and delete the page.