X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e837615b95205297821dc0b85791ad9e0055df6..2de611305ea4da8ad7adb730c712b5b28c967044:/include/wx/gtk/notebook.h?ds=inline diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index 67c655b679..cbe01efb5a 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -110,6 +110,9 @@ public: // common part of all ctors void Init(); + // Called by GTK event handler when the current page is definitely changed. + void GTKOnPageChanged(); + // helper function wxGtkNotebookPage* GetNotebookPage(int page) const;