]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Smartphone fix due to separated implementation of wxFileDialog.
[wxWidgets.git] / include / wx / gtk / notebook.h
index e4df5ef560b2d79100a0cceab6392f702bd2fd74..d19a9cd6d673444fbf4b40c3ff82f61ac9ea6dab 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Robert Roebling
 // Modified by:
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKNOTEBOOKH__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKNOTEBOOKH__
@@ -80,8 +80,6 @@ public:
 
   // operations
   // ----------
 
   // operations
   // ----------
-    // remove one page from the notebook
-  bool DeletePage(size_t nPage);
     // remove all pages
   bool DeleteAllPages();
 
     // remove all pages
   bool DeleteAllPages();
 
@@ -113,7 +111,7 @@ public:
     // set all page's font
     bool SetFont(const wxFont& font);
     
     // set all page's font
     bool SetFont(const wxFont& font);
     
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 
     // report if window belongs to notebook
     bool IsOwnGtkWindow( GdkWindow *window );
 
     // report if window belongs to notebook
     bool IsOwnGtkWindow( GdkWindow *window );