static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+ %property(RowCount, GetRowCount, doc="See `GetRowCount`");
+ %property(ThemeBackgroundColour, GetThemeBackgroundColour, doc="See `GetThemeBackgroundColour`");
};
const wxString& name = wxPyEmptyString);
wxListView* GetListView();
+ %property(ListView, GetListView, doc="See `GetListView`");
};
// the tree control we use for showing the pages index tree
wxPyTreeCtrl* GetTreeCtrl() const;
+ %property(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`");
};
// Not part of the wxBookctrl API, but must be called in OnIdle or
// by application to realize the toolbar and select the initial page.
void Realize();
+
+ %property(ToolBar, GetToolBar, doc="See `GetToolBar`");
};