Posted to tcl by emiliano at Thu Jan 13 21:19:42 GMT 2011view raw

  1. Index: generic/ttk/ttkEntry.c
  2. ===================================================================
  3. RCS file: /cvsroot/tktoolkit/tk/generic/ttk/ttkEntry.c,v
  4. retrieving revision 1.20
  5. diff -u -r1.20 ttkEntry.c
  6. --- generic/ttk/ttkEntry.c 5 Feb 2010 17:42:21 -0000 1.20
  7. +++ generic/ttk/ttkEntry.c 13 Jan 2011 21:18:30 -0000
  8. @@ -1790,6 +1790,7 @@
  9. { "selection", 0,EntrySelectionCommands },
  10. { "state", TtkWidgetStateCommand,0 },
  11. { "set", EntrySetCommand,0 },
  12. + { "validate", EntryValidateCommand,0 },
  13. { "xview", EntryXViewCommand,0 },
  14. { 0,0,0 }
  15. };
  16.