datefield.rb

Path: tk/lib/tkextlib/tcllib/datefield.rb
Last Update: Sat Oct 15 23:44:09 AUS Eastern Standard Time 2005
 tkextlib/tcllib/datefield.rb
                              by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)

  * Part of tcllib extension
  * Tk datefield widget

(The following is the original description of the library.)

The datefield package provides the datefield widget which is an enhanced text entry widget for the purpose of date entry. Only valid dates of the form MM/DD/YYYY can be entered.

The datefield widget is, in fact, just an entry widget with specialized bindings. This means all the command and options for an entry widget apply equally here.

Required files

tk   tk/entry   tkextlib/tcllib.rb   datefield   datefield  

[Validate]