X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..d42508c2a026d505d39c386b233de4a1b51f1445:/include/wx/stubs/notebook.h diff --git a/include/wx/stubs/notebook.h b/include/wx/stubs/notebook.h index b5834ec181..18b0793da2 100644 --- a/include/wx/stubs/notebook.h +++ b/include/wx/stubs/notebook.h @@ -18,7 +18,9 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#include +#include "wx/dynarray.h" +#include "wx/event.h" +#include "wx/control.h" // ---------------------------------------------------------------------------- // types @@ -126,10 +128,15 @@ 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 bool DeletePage(int nPage); + // remove one page from the notebook, without deleting + bool RemovePage(int nPage); // remove all pages bool DeleteAllPages(); // adds a new page to the notebook (it will be deleted ny the notebook,