Package Gnumed :: Package artwork :: Module checkboxOff
[frames] | no frames]

Source Code for Module Gnumed.artwork.checkboxOff

 1  # -*- coding: utf-8 -*- 
 2  #---------------------------------------------------------------------- 
 3  # This file was generated by /usr/local/bin/img2py 
 4  # 
 5  import wx 
 6   
 7  import cStringIO, zlib 
 8   
 9   
10 -def getCheckboxOff():
11 return zlib.decompress( 12 'x\xda\xeb\x0c\xf0s\xe7\xe5\x92\xe2b``\xe0\xf5\xf4p\t\x02\xd1 \xcc\xc1\x06$\ 13 \x8b^?\xa9\x01R,\xc5N\x9e!\x1c@P\xc3\x91\xd2\x01\xe4\x87x\xba8\x86T\xccI\xbe\ 14 \xb3=\xff\xfe\xff\xdf\xdf\xdf\x1b\x0bp\x8b\x88\x8aJF\xbc\xbb\xbf\xff\xfc\x83\ 15 7o|\xa6\xb4\xc5\xef\xaf3\x94\xb1\xab\x99\xd1\xc8\xaa\xa6\xa0\xa4\xe4\x14 lnn\ 16 ~\xf8\xe1\xe1v\xc9\x19\x1de\xe2B\x12W]\xca}uxx&\xccx\xf6\xec\x99Z\x94\xb0\ 17 \xb2e&?\x03\xdb\x16\xa9\xc7\x7f\x8eZ\xd8\x01\xcdg\xf0t\xf5sY\xe7\x94\xd0\x04\ 18 \x00\x1c\xe33\x82' )
19
20 -def getCheckboxOffBitmap():
21 return wxBitmap(getImage())
22
23 -def getImage():
24 stream = cStringIO.StringIO(getCheckboxOff()) 25 return wxImageFromStream(stream)
26