Posted to tcl by emiliano at Thu Jan 13 21:19:42 GMT 2011view raw
- Index: generic/ttk/ttkEntry.c
- ===================================================================
- RCS file: /cvsroot/tktoolkit/tk/generic/ttk/ttkEntry.c,v
- retrieving revision 1.20
- diff -u -r1.20 ttkEntry.c
- --- generic/ttk/ttkEntry.c 5 Feb 2010 17:42:21 -0000 1.20
- +++ generic/ttk/ttkEntry.c 13 Jan 2011 21:18:30 -0000
- @@ -1790,6 +1790,7 @@
- { "selection", 0,EntrySelectionCommands },
- { "state", TtkWidgetStateCommand,0 },
- { "set", EntrySetCommand,0 },
- + { "validate", EntryValidateCommand,0 },
- { "xview", EntryXViewCommand,0 },
- { 0,0,0 }
- };