W3cubDocs

/Tcl/Tk 9.0

ttk_separator

NAME
ttk::separator — Separator bar
SYNOPSIS
DESCRIPTION
STANDARD OPTIONS
-class, undefined, undefined
-cursor, cursor, Cursor
-style, style, Style
-takefocus, takeFocus, TakeFocus
WIDGET-SPECIFIC OPTIONS
-orient, orient, Orient
WIDGET COMMAND
STYLING OPTIONS
SEE ALSO
KEYWORDS

Name

ttk::separator — Separator bar

Synopsis

ttk::separator pathName ?options?

Description

A ttk::separator widget displays a horizontal or vertical separator bar.

Standard options

-class, undefined, undefined
-cursor, cursor, Cursor
-style, style, Style
-takefocus, takeFocus, TakeFocus

Widget-specific options

Command-Line Name: -orient
Database Name: orient
Database Class: Orient
One of horizontal or vertical. Specifies the orientation of the separator.

Widget command

Separator widgets support the standard commands cget, configure, identify element, instate, state and style (see ttk::widget).

Styling options

The class name for a ttk::separator is TSeparator.

TSeparator styling options configurable with ttk::style are:

-background color

Some options are only available for specific themes.

See the ttk::style manual page for information on how to configure ttk styles.

See also

ttk::widget

Copyright © 2004 Joe English