X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789d0a3dd9c297a906f948b9a2bcb75e99ef0000..571d14b2621325840e465e1e55be9f5a362a5dbd:/include/wx/gtk/notebook.h diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index 9d217c1fe2..664eb5f199 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -76,6 +76,8 @@ public: // sets the size of the tabs (assumes all tabs are the same size) void SetTabSize(const wxSize& sz); + virtual int HitTest(const wxPoint& pt, long *flags = NULL) const; + // operations // ---------- // remove one page from the notebook @@ -96,6 +98,10 @@ public: // -------------------------- void OnNavigationKey(wxNavigationKeyEvent& event); + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + // implementation // -------------- @@ -104,6 +110,9 @@ public: bool DoPhase(int phase); #endif + // set all page's font + bool SetFont(const wxFont& font); + void ApplyWidgetStyle(); // report if window belongs to notebook