// operations
// ----------
- // remove one page from the notebook
- bool DeletePage(size_t nPage);
// remove all pages
bool DeleteAllPages();
// --------------------------
void OnNavigationKey(wxNavigationKeyEvent& event);
+
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation
// --------------
bool DoPhase(int phase);
#endif
- void ApplyWidgetStyle();
+ // set all page's attributes
+ void DoApplyWidgetStyle(GtkRcStyle *style);
// report if window belongs to notebook
bool IsOwnGtkWindow( GdkWindow *window );