datefield.rb

Path: tk/lib/tkextlib/tcllib/datefield.rb
Last Update: Tue Mar 13 02:04:46 -0500 2007
 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   getstring  

[Validate]

ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.