Add support for delayed changing of text in columns via a delayedText
method that will get called if getText returns false
This commit is contained in:
@@ -54,4 +54,7 @@ class ViewColumn(object):
|
||||
def getParameters(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
from gui.builtinViewColumns import *
|
||||
def delayedText(self, display, colItem):
|
||||
raise NotImplementedError()
|
||||
|
||||
from gui.builtinViewColumns import *
|
||||
|
||||
Reference in New Issue
Block a user