// operations
// ----------
- // remove one page from the notebook
- bool DeletePage(size_t nPage);
// remove all pages
bool DeleteAllPages();
bool DoPhase(int phase);
#endif
- // set all page's font
- bool SetFont(const wxFont& font);
-
- void ApplyWidgetStyle();
+ // set all page's attributes
+ void DoApplyWidgetStyle(GtkRcStyle *style);
// report if window belongs to notebook
bool IsOwnGtkWindow( GdkWindow *window );