Ejemplo n.º 1
0
 def on_txt_description_changed(self, widget):
     """Check the host description field"""
     check_invalid_input(widget, False, True, True)
Ejemplo n.º 2
0
 def on_txt_argument_changed(self, widget):
     """Check the argument value field"""
     check_invalid_input(widget, False, True, True)
Ejemplo n.º 3
0
 def on_txt_name_changed(self, widget):
     """Check the host name field"""
     check_invalid_input(widget, False, False, False)
Ejemplo n.º 4
0
 def on_txt_name_changed(self, widget):
     """Check the group name field"""
     check_invalid_input(widget, False, False, False)