home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
!Python
/
Lib
/
RiscLib
/
py
/
iconbar
< prev
next >
Wrap
Text File
|
1995-05-04
|
348b
|
18 lines
# Colour dbox interface
from swi import *
from toolbox import *
class IconBar(TBObject):
def settext(self,text):
swi(0x64ec6,"0iis",self.id,9,text)
def setsprite(self,sprite):
swi(0x64ec6,"0iis",self.id,11,sprite)
#Icon Bar Events
E_Clicked=0x82900
E_SelectAboutToBeShown=0x82901
E_AdjustAboutToBeShown=0x82902