widget_dateentry - Date Entry Megawidget
This package provides a dateentry megawidget (snidget). It is based on an ttk::entry. All widget commands of the ttk::entry are available for the dateentry.
pathname get Returns the selected date.
On creation of the dateentry widget the following bindings are installed. For navigation within the calendar, see its manpage.
Button-1 - Accept and select the date and close the calendar window.
Return, space - Accept the selected date and close the calendar window
Escape - Close calendar window
Control-space - Show calendar window
package require widget::dateentry; # or widget::all set t [widget::dateentry .de] pack $t -fill x -expand 1
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category widget::dateentry of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
Widget