![]() |
![]()
| ![]() |
![]()
NAMEiwidgets::dateentry - Create and manipulate a dateentry widget SYNOPSISiwidgets::dateentry pathName ?options? INHERITANCEitk::Widget <- iwidgets::LabeledWidget <- iwidgets::Datefield <- iwidgets::Dateentry STANDARD OPTIONSbackground borderWidth cursor exportSelection foreground highlightColor highlightThickness insertBackground justify relief See the "options" manual entry for details on the standard options. INHERITED OPTIONSdisabledForeground 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. ASSOCIATED OPTIONSbackwardImage 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. WIDGET-SPECIFIC OPTIONSName: grab Class: Grab Command-Line Switch: -grab
Name: icon Class: Icon Command-Line Switch: -icon
DESCRIPTIONThe 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.
METHODSThe 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: INHERITED METHODSget isvalid show See the "datefield" manual entry for details on the associated methods. WIDGET-SPECIFIC METHODS
COMPONENTSName: label Class: Label
Name: iconbutton Class: Label
Name: date Class: Entry
EXAMPLE
AUTHORMark L. Ulferts KEYWORDSdateentry, widget
|