NAME

notebook - Create and manipulate a notebook widget

SYNOPSIS

notebook ?-option optionVal ...?

OPTIONS

-children
List of widget IDs.
type: list of strings
default: ""
-popup

type: boolean
default: false
-tabPosition

type: left, right, top, or bottom;
default:
-switchPageCmd
Tcl string to be executed, when a page change occurs.
type: string
default: ""

DESCRIPTION

WIDGET COMMANDS

The notebook 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 notebook widgets:
ID add widget-list ?-option optionVal ...?
Synonym for addBegin
ID addBegin widget-list ?-option optionVal ...?
ID addEnd widget-list ?-option optionVal ...?
ID currentPage
ID nextPage

KEYWORDS


Copyright © 2001 - 2002 P. G. Baum