// 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 );