Name

PanedWindow

tixPanedWindow pathName [option value...]

The tixPanedWindow command creates a new tixPanedWindow mega-widget named pathName. The tixPanedWindow class is derived from the tixPrimitive class.

Widget-Specific Options

-command tclCommand (command, Command)

Command to call when the panes change their sizes. A list of the new sizes in the order of each pane’s creation is appended as an argument.

-dynamicgeometry boolean (dynamicGeometry, DynamicGeometry)

Whether the size of the tixPanedWindow will dynamically change if the size of any of its panes is changed. If false, the size of the tixPaned-Window will increase but not decrease.

-handleactivebg color (handleActiveBg, HandleActiveBg)

Active background color for the resize handles.

-handlebg color (handleBg, HandleBg)

Background color for the resize handles.

-height amount (height, Height)

Desired height for the tixPanedWindow.

-orientation orientation (orientation, Orientation)

Orientation of the panes. Must be either vertical or horizontal.

-paneborderwidth amount (paneBorderWidth, PaneBorderWidth)

Border width of the panes.

-panerelief relief (paneRelief, PaneRelief)

Border relief of the panes.

-separatoractivebg color (separatorActiveBg, SeparatorActiveBg)

Active background color of the separators.

-separatorbg color (separatorBg, SeparatorBg)

Background color of the separators.

-width amount (width, Width)

Desired width of the tixPanedWindow.

Subwidgets

paneName

The frame widget of pane paneName as Returned by the add method.

Methods

pathName ...

Get Tcl/Tk in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.