Exemplo n.º 1
0
 def createDialog(self, title, w):
     w = self.TEXT_W * w
     wdt = dialog(self, title, w)
     return wdt
Exemplo n.º 2
0
 def createDialog(self, title, w):
     w = self.__GET_POS_SIZE(0, 0, w, 0)[2]
     wdt = dialog(self.panel, title, w)
     return wdt