Example #1
0
 def destroy(self):
     """
     Скрыть окно.
     :return:
     """
     ClsTopWin.destroy(self)
     self.__root.control.hide_win_license()
Example #2
0
 def destroy(self):
     """
     Скрытие окна регистра программного прерывания.
     :return:
     """
     ClsTopWin.destroy(self)
     self.__root.control.win_edit_bp_hide()
Example #3
0
 def destroy(self):
     """
     Спрятать окно.
     :return:
     """
     ClsTopWin.destroy(self)
     self.__root.gui.win_idc.focus_set()
     self.__root.gui.win_idc.grab_set()