Exemplo n.º 1
0
 def __init__(self, message, *args, **kw):
     self.uiMap = uiMap
     self._setAttributes(*args, **kw)
     ProxyWidget.__init__(self, message, "FileSelectorWidget")
 def __init__(self, message, *args, **kw):
     self.uiMap = uiMap
     self._setAttributes(*args, **kw)
     ProxyWidget.__init__(self, self.caption, "GetColourFromUserWidget")
Exemplo n.º 3
0
 def __init__(self, *args, **kw):
     self.uiMap = uiMap
     self._setAttributes(*args, **kw)
     ProxyWidget.__init__(self, self.title, "MessageBoxWidget")