X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789d0a3dd9c297a906f948b9a2bcb75e99ef0000..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 9d217c1fe2..1830da0e9e 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/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,7 +110,10 @@ public: bool DoPhase(int phase); #endif - void ApplyWidgetStyle(); + // set all page's font + bool SetFont(const wxFont& font); + + void DoApplyWidgetStyle(GtkRcStyle *style); // report if window belongs to notebook bool IsOwnGtkWindow( GdkWindow *window );