]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/wx/lib/mixins/imagelist.py
Always set background colour prior to any HTML rendering (this fixes assert in GTK2...
[wxWidgets.git] / wxPython / wx / lib / mixins / imagelist.py
... / ...
CommitLineData
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
4from wx import _rename
5from wxPython.lib.mixins import imagelist
6_rename(globals(), imagelist.__dict__, modulename='lib.mixins.imagelist')
7del imagelist
8del _rename