Posted by John Thu 7th Dec 2006 21:24 - Syntax is Python - 103 views
Download | New Post | Modify | Hide line numbers
  1. tempstring = _("Enter a correct tempo value")
  2. self.mainview.SetStatusBar(tempstring)
  3. tempid = self.mainview.SetStatusBar(tempstring)
  4. 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