Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ttk_separator (1t)

Name

ttk_separator - Separator bar

Synopsis

ttk::separator pathName ?options?

Description

ttk::separator(1t)             Tk Themed Widget             ttk::separator(1t)



______________________________________________________________________________

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                -cursor              -state
       -style                -takefocus

       See the ttk_widget manual entry for details on the 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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | runtime/tk-8     |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+

SEE ALSO
       ttk::widget(n)

KEYWORDS
       widget, separator



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source        was        downloaded        from         https://source-
       forge.net/projects/tcl/files/Tcl/8.6.7/tk8.6.7-src.tar.gz/download.

       Further information about this software can be found on the open source
       community website at https://www.tcl.tk/.



Tk                                    8.5                   ttk::separator(1t)