W3cubDocs

/Tcl/Tk

ttk_separator

NAME
ttk::separator — Separator bar
SYNOPSIS
DESCRIPTION
STANDARD OPTIONS
-class, undefined, undefined
-cursor, cursor, Cursor
-state, state, State
-style, style, Style
-takefocus, takeFocus, TakeFocus
WIDGET-SPECIFIC OPTIONS
-orient, orient, Orient
WIDGET COMMAND
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
-state, state, State
-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 cget, configure, identify, instate, and state methods. No other widget methods are used.

See also

ttk::widget

Copyright © 2004 Joe English