|
NAMEiwidgets::timeentry - Create and manipulate a timeentry widgetSYNOPSISiwidgets::timeentry pathName ?options?INHERITANCEitk::Widget <- iwidgets::LabeledWidget <- iwidgets::Timefield <- iwidgets::TimeentrySTANDARD OPTIONSbackground borderWidth cursor exportSelection foreground highlightColor highlightThickness insertBackground justify relief See the "options" manual entry for details on the standard options. INHERITED OPTIONSdisabledForeground labelBitmap labelFont labelImage labelMargin labelPos labelText labelVariable state sticky See the "labeledwidget" class manual entry for details on these inherited options. command format seconds textBackground textFont See the "timefield" class manual entry for details on these inherited options. ASSOCIATED OPTIONShourRadius hourColor minuteRadius minuteColor pivotRadius pivotColor secondRadius secondColor clockColor clockStipple tickColor watchHeight watchWidth See the "watch" manual entry for details on the associated options. WIDGET-SPECIFIC OPTIONSName: closeText Class: Text Command-Line Switch: -closetext
Name: grab Class: Grab Command-Line Switch: -grab
Name: icon Class: Icon Command-Line Switch: -icon
Name: state Class: State Command-Line Switch: -state
DESCRIPTIONThe iwidgets::timeentry command creates a time entry field with a popup watch by combining the timefield and watch widgets together. This allows a user to enter the time via the keyboard or by using the mouse and selecting the watch icon which brings up a popup watch.METHODSThe iwidgets::timeentry 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 timeentry widgets: INHERITED METHODSget isvalid show See the "timefield" manual entry for details on the associated methods. WIDGET-SPECIFIC METHODS
COMPONENTSName: label Class: Label
Name: iconbutton Class: Label
Name: time Class: Entry
EXAMPLEpackage require Iwidgets 4.0 iwidgets::timeentry .te pack .te AUTHORMark L. UlfertsKEYWORDStimeentry, widget
Visit the GSP FreeBSD Man Page Interface. |