Exemplo n.º 1
0
 def _ok(self) -> None:
     ba.containerwidget(edit=self._root_widget, transition='out_left')
     _ba.set_telnet_access_enabled(True)
     ba.screenmessage(ba.Lstr(resource='telnetAccessGrantedText'))
Exemplo n.º 2
0
 def _cancel(self) -> None:
     ba.containerwidget(edit=self._root_widget, transition='out_right')
     _ba.set_telnet_access_enabled(False)