Tcl/Tk Applications | Tcl Commands | Tk Commands | Tcl Library | Tk Library
- NAME
- ttk::separator - Separator bar
- SYNOPSIS
- DESCRIPTION
- STANDARD OPTIONS
- WIDGET-SPECIFIC OPTIONS
- WIDGET COMMAND
- 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
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::widgetKEYWORDS
widget, separatorCopyright © 1995-1997 Roger E. Critchlow Jr.
Copyright © 2004 Joe English