Tcl8.6.10/Tk8.6.10 Documentation > Tk Commands > ttk_separator
Tcl/Tk Applications | Tcl Commands | Tk Commands | [incr Tcl] Package Commands | SQLite3 Package Commands | TDBC Package Commands | tdbc::mysql Package Commands | tdbc::odbc Package Commands | tdbc::postgres Package Commands | tdbc::sqlite3 Package Commands | Thread Package Commands | Tcl C API | Tk C API | [incr Tcl] Package C API | TDBC Package C API
- NAME
- ttk::separator — Separator bar
- SYNOPSIS
- DESCRIPTION
- STANDARD OPTIONS
- -class, undefined, undefined
- -cursor, cursor, Cursor
- -style, style, Style
- -takefocus, takeFocus, TakeFocus
- -cursor, cursor, Cursor
- WIDGET-SPECIFIC OPTIONS
- WIDGET COMMAND
- STYLING OPTIONS
- SEE ALSO
- KEYWORDS
NAME
ttk::separator — Separator barSYNOPSIS
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
- -cursor, cursor, Cursor
WIDGET-SPECIFIC OPTIONS
- Command-Line Name: -orient
- Database Name: orient
- Database Class: Orient
- Database Name: 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.
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::widgetKEYWORDS
widget, separatorCopyright © 2004 Joe English