예제 #1
0
 def _on_insert_text_positve_integer(self, entry, text, length, 
         input_function):
     V = EntryInputFieldValidator();
     V.validate_entry_input_positive_integer(entry, text, length,
             input_function)