home *** CD-ROM | disk | FTP | other *** search
- # Quit interface
-
- from swi import *
- from toolbox import *
-
-
- class Quit(TBObject):
- def setmessage(self,text):
- swi(0x64ec6,"0i1s",self.id,text)
- def settitle(self,title):
- swi(0x64ec6,"0iis",self.id,3,title)
-
- #Quit Events
-
- E_AboutToBeShown=0x82a90
- E_Quit=0x82a91
- E_DialogueCompleted=0x82a92
- E_Cancel=0x82a93