]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/html.py
Add virtual wxMenuBar* GetAppMenuBar();
[wxWidgets.git] / wxPython / wx / html.py
CommitLineData
1fded56b
RD
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
1fded56b
RD
4from wx import _rename
5from wxPython import html
6_rename(globals(), html.__dict__, modulename='html')
7del html
8del _rename