// Modified by:
// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Robert Roebling
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKNOTEBOOKH__
// operations
// ----------
- // remove one page from the notebook
- bool DeletePage(size_t nPage);
// remove all pages
bool DeleteAllPages();
// 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 );