NAME
appBar - Create and manipulate an application bar
SYNOPSIS
- appBar ?-option optionVal ...?
OPTIONS
- -hasStatus
- Determines whether the widget has a status bar
type: boolean
default: true
- -hasProgress
- Determines whether the widget has a progress bar
type: boolean
default: true
- -interactivity
-
type: never, user, or always
default: user
DESCRIPTION
WIDGET COMMANDS
The appBar command creates a new Tcl command
whose name is an ID returned on widget creation. This command may be
used to invoke various operations on the widget. It has the following
general form:
ID option ?arg arg ...?
option and arg determine the exact behavior of the
command. The following commands are possible for appBar widgets:
- ID push text
- ID pop
- ID clear
KEYWORDS
Copyright © 2001 - 2002 P. G. Baum