Posted by John Thu 7th Dec 2006 21:24 - Syntax is Python - 103 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
tempstring = _("Enter a correct tempo value")
-
self.mainview.SetStatusBar(tempstring)
-
tempid = self.mainview.SetStatusBar(tempstring)
-
gobject.timeout_add(100, self.mainview.ClearStatusBar, tempid)
PermaLink to this entry https://pastebin.co.uk/7165
Posted by John Thu 7th Dec 2006 21:24 - Syntax is Python - 103 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers