resourcepackage.wxgenerators | index p:\resourcepackage\wxgenerators.py |
wxPython-specific data-as-code extensions to defaultgenerators
Classes | ||||||||||
|
Data | ||
GENERATOR = wxImageGenerator (singleton) HEADER = '\n### wxPython specific functions\noriginalExtensi...)\n\ticon.CopyFromBitmap(getBitmap())\n\treturn icon\n' format = '.tiff' formats = ['.png', '.jpg', '.ico', '.tif', '.bmp', '.xpm', '.gif', '.pcx', '.pnm', '.iff', '.jpeg', '.tiff'] generators = {'.bmp': wxImageGenerator (singleton), '.gif': wxImageGenerator (singleton), '.ico': wxImageGenerator (singleton), '.iff': wxImageGenerator (singleton), '.jpeg': wxImageGenerator (singleton), '.jpg': wxImageGenerator (singleton), '.pcx': wxImageGenerator (singleton), '.png': wxImageGenerator (singleton), '.pnm': wxImageGenerator (singleton), '.tif': wxImageGenerator (singleton), ...} |