feedback - Create and manipulate a feedback widget to display feedback on

the current status of an ongoing operation to the user.

SYNOPSIS

feedback pathName ?options?

INHERITANCE

itk::Widget <- Labeledwidget <- Feedback

STANDARD OPTIONS

background
highlightThickness
cursor
foreground
highlightColor

See the "options" manual entry for details on the standard options.

INHERITED OPTIONS

labelBitmap
labelPos
labelFont
labelText
labelImage
labelVariable
labelMargin

See the "labeledwidget" class manual entry for details on the inherited options.

WIDGET-SPECIFIC OPTIONS

Name:                   barcolor
Class:                  BarColor
Command-Line Switch:	-barcolor

Name:                   barheight
Class:                  BarHeight
Command-Line Switch:	-barheight

Name:                   troughColor
Class:                  TroughColor
Command-Line Switch:	-troughcolor

Name:                   steps
Class:                  Steps
Command-Line Switch:	-steps

DESCRIPTION

The feedback command creates a widget to display feedback on the current status of an ongoing operation to the user. Display is given as a percentage and orms>

INHERITED OPTIONS

buttonBoxPadX
padY
buttonBoxPadY
separator
buttonBoxPos
thickness
padX

See the "dialogshell" widget manual entry for details on the above inherited options.

height
master
modality
width

See the "shell" widget manual entry for details on the above inherited options.

title

See the "Toplevel" widget manual entry for details on the above inherited options.


DESCRIPTION

The extfileselectiondialog command creates an extended file selection dialog which is slightly different than the fileselectiondialog widget. The differences are mostly cosmetic in that the listboxes are within a panedwindow and the entryfields for the filter and selection have been replaced by comboboxes. Other than that the interface is practically the same.

METHODS

The extfileselectiondialog 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 extfileselectiondialog widgets:

ASSOCIATED METHODS

get
childsite
filter

See the "fileselectionbox" class manual entry for details on the associated methods.

INHERITED METHODS

add
insert
buttonconfigure
invoke
default
show
hide

See the