]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Smartphone menus.
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 9d217c1fe2bca2035cfd7bc64974e6c1b2f39d18..1830da0e9ef3cf0b1e4eb516e0fc5ddc5372b57f 100644 (file)
@@ -76,6 +76,8 @@ public:
     // sets the size of the tabs (assumes all tabs are the same size)
   void SetTabSize(const wxSize& sz);
 
     // 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
   // operations
   // ----------
     // remove one page from the notebook
@@ -96,6 +98,10 @@ public:
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------
 
     // implementation
     // --------------
 
@@ -104,7 +110,10 @@ public:
     bool DoPhase(int phase);
 #endif
 
     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 );
 
     // report if window belongs to notebook
     bool IsOwnGtkWindow( GdkWindow *window );