iwidgets::dateentry(1) | [incr Widgets] | iwidgets::dateentry(1) |
iwidgets::dateentry - Create and manipulate a dateentry widget
iwidgets::dateentry pathName ?options?
itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Datefield <- iwidgets::Dateentry
background borderWidth cursor exportSelection foreground highlightColor highlightThickness insertBackground justify relief
See the "options" manual entry for details on the standard options.
disabledForeground int labelBitmap labelFont labelImage labelMargin labelPos labelText labelVariable state sticky
See the "labeledwidget" class manual entry for details on these inherited options.
command iq state textBackground textFont
See the "datefield" class manual entry for details on these inherited options.
backwardImage buttonForeground command currentDateFont dateFont dayFont days forwardImage outline selectColor selectThickness startDay titleFont weekdayBackground weekendBackground
See the "calendar" manual entry for details on the associated options.
Name: grab Class: Grab Command-Line Switch: -grab
Name: icon Class: Icon Command-Line Switch: -icon
The iwidgets::dateentry command creates a quicken style
date entry field with a popup calendar by combining the datefield and
calendar widgets together. This allows a user to enter the date via the
keyboard or by using the mouse and selecting the calendar icon which brings
up a popup calendar.
The iwidgets::dateentry command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form:
pathName option ?arg arg ...?
Option and the args determine the exact behavior of the command. The following commands are possible for dateentry widgets:
get isvalid show
See the "datefield" manual entry for details on the associated methods.
Name: label Class: Label
Name: iconbutton Class: Label
Name: date Class: Entry
package require Iwidgets 4.0 iwidgets::dateentry .de pack .de
Mark L. Ulferts
dateentry, widget
Tk |