Пример #1
0
 def __init__(self, parent, configs):
     self._editor_open = False
     ListEditorBase.__init__(self, parent, self._columns, configs)
Пример #2
0
 def __init__(self, parent, configs):
     ListEditorBase.__init__(self, parent, self._columns, configs)
Пример #3
0
 def OnDelete(self, event):
     if not self._editor_open:
         ListEditorBase.OnDelete(self, event)
Пример #4
0
 def __init__(self, parent, configs):
     self._editor_open = False
     ListEditorBase.__init__(self, parent, self._columns, configs)