iwidgets::timeentry(1) | [incr Widgets] | iwidgets::timeentry(1) |
iwidgets::timeentry - Create and manipulate a timeentry widget
iwidgets::timeentry pathName ?options?
itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Timefield <- iwidgets::Timeentry
background borderWidth cursor exportSelection foreground highlightColor highlightThickness insertBackground justify relief
See the "options" manual entry for details on the standard options.
disabledForeground 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.
hourRadius hourColor minuteRadius minuteColor pivotRadius pivotColor secondRadius secondColor clockColor clockStipple tickColor watchHeight watchWidth
See the "watch" manual entry for details on the associated options.
Name: 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
The 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.
The 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:
get isvalid show
See the "timefield" manual entry for details on the associated methods.
Name: label Class: Label
Name: iconbutton Class: Label
Name: time Class: Entry
package require Iwidgets 4.0 iwidgets::timeentry .te pack .te
Mark L. Ulferts
timeentry, widget
Tk |