NAME
menubar - Create and manipulate a menubar
SYNOPSIS
- menubar ?-option optionVal ...?
OPTIONS
- -shadow
- type of shadow of the menubar
type: none, in, out, etchedIn, etchedOut
default: none
- -children
-
type: list, ""
default: list of widget ids
DESCRIPTION
WIDGET COMMANDS
The menubar 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 menubar widgets:
- ID add widgetList ?-option optionVal ...?
-
add widgets to the box. Valid options are -homogeneous,
-spacing, -expand, and -fill
- ID addBegin widgetList ?-option optionVal ...?
-
synonym for add
- ID addEnd widgetList ?-option optionVal ...?
-
same as add but adds widgets before existing childs
KEYWORDS
Copyright © 2001 - 2002 P. G. Baum