class wxMenu : public wxEvtHandler
{
public:
- %addtofunc wxMenu "self._setOORInfo(self)"
+ %pythonAppend wxMenu "self._setOORInfo(self)"
wxMenu(const wxString& title = wxPyEmptyString, long style = 0);
class wxMenuBar : public wxWindow
{
public:
- %addtofunc wxMenuBar "self._setOORInfo(self)"
+ %pythonAppend wxMenuBar "self._setOORInfo(self)"
wxMenuBar(long style = 0);