NAME

statusbar - Create and manipulate a statusbar

SYNOPSIS

statusbar

OPTIONS

DESCRIPTION

WIDGET COMMANDS

The statusbar 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 statusbar widgets:
ID push context text
Push text
ID pop context
Remove last in context pushed text
ID remove context id
Remove in context text with the ID id
ID add type ?-option optionVal ...?
add widgets to the toolbar. Valid types are widget, space or item. For item valid options are -text, -tooltip, -icon, and -command.
ID addEnd type ?-option optionVal ...?
synonym for add
ID addBegin type ?-option optionVal ...?
same as add but adds widgets before existing childs

KEYWORDS


Copyright © 2001 - 2002 P. G. Baum