]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/scripts/img2xpm
fixed flicker during MDI children creation: the frame is now created hidden and shown...
[wxWidgets.git] / wxPython / scripts / img2xpm
... / ...
CommitLineData
1#!/usr/bin/env python
2
3from wx.tools.img2xpm import main
4main()
5