HomeSort by relevance Sort by last modified time
    Searched refs:validatecommand (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 288 'validate', 'validatecommand', 'width', 'xscrollcommand',
320 self.checkCommandParam(widget, 'validatecommand')
347 self.entry['validatecommand'] = lambda: False
358 self.entry['validatecommand'] = lambda: True
362 self.entry['validatecommand'] = ''
366 self.entry['validatecommand'] = True
380 self.entry['validatecommand'] = self.entry.register(validate), '%S'
395 self.entry['validatecommand'] = self.entry.register(validate), '%P'
420 'validate', 'validatecommand', 'values',
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 319 'validate', 'validatecommand', 'width', 'xscrollcommand',
373 self.checkCommandParam(widget, 'validatecommand')
392 'validate', 'validatecommand', 'values',
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 242 'vcmd': 'validatecommand',
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]

Completed in 164 milliseconds