X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a40b5e8474e7c8d3be805c83e54c5e016c11decc..7183fd726e0f2e493bf60e8e623990e5f34a2476:/wxPython/tools/XRCed/images.py?ds=sidebyside diff --git a/wxPython/tools/XRCed/images.py b/wxPython/tools/XRCed/images.py index 668186f52c..f2957d15a9 100644 --- a/wxPython/tools/XRCed/images.py +++ b/wxPython/tools/XRCed/images.py @@ -237,6 +237,22 @@ def getTreeMenuBarBitmap(): def getTreeMenuBarImage(): return wxImageFromBitmap(getTreeMenuBarBitmap()) +#---------------------------------------------------------------------- +def getTreeToolBarData(): + return cPickle.loads(zlib.decompress( +'x\xda\xd3\xc8)0\xe4\nV74S\x00"\x0b\x05Cu\xae\xc4`\xf5\x08\x85d\x05\xa7\x9c\ +\xc4\xe4l0\xcf\x1f\xc8S\xb64\xb04\xb14\x00\xf3\x1d@|7\x0b7g\x03\x08_\x19\xc4\ +70\x80\xf3\x15\x80|\xbf\xfc\xbcT0G\x0f\xa6\xd8\xcd\x02\xcc\xd7\x86\xf0\r\x0c\ +\xa0\x8a\xf3A|\x17\x03\x17\x13\x17\x98fT@\rA=T\x10\x01\x11\xccG\x06\xfe0Am\ +\xed\x88|\x07\x87\x88|e\xe5\x08\x02\x82\x11\x11\x11p\xec\x8f\xc7L\x7fT\x00\ +\x11\x8c@\x034\xf2\xbb\x1e\x00\x1c\x05j\x12' )) + +def getTreeToolBarBitmap(): + return wxBitmapFromXPMData(getTreeToolBarData()) + +def getTreeToolBarImage(): + return wxImageFromBitmap(getTreeToolBarBitmap()) + #---------------------------------------------------------------------- def getTreeMenuData(): return cPickle.loads(zlib.decompress(