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