// --------------------------
void OnNavigationKey(wxNavigationKeyEvent& event);
+
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation
// --------------
bool DoPhase(int phase);
#endif
- void ApplyWidgetStyle();
+ // set all page's font
+ bool SetFont(const wxFont& font);
+
+ void DoApplyWidgetStyle(GtkRcStyle *style);
// report if window belongs to notebook
bool IsOwnGtkWindow( GdkWindow *window );