]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/grid.py
Add virtual wxMenuBar* GetAppMenuBar();
[wxWidgets.git] / wxPython / wx / grid.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 grid
6_rename(globals(), grid.__dict__, modulename='grid')
7del grid
8del _rename