logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ttk::separator - Separator bar

Description

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

Keywords

       widget, separator

Tk                                                     8.5                                   ttk::separator(3tk)

Name

       ttk::separator - Separator bar

See Also

       ttk::widget(3tk)

Standard Options

-class-cursor-style-takefocus

       See the ttk_widget manual entry for details on the standard options.

Styling Options

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

       TSeparator styling options configurable with ttk::style are:

       -backgroundcolor

       Some options are only available for specific themes.

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

Synopsis

ttk::separatorpathName ?options?
________________________________________________________________________________________________________________

Widget Command

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

Widget-Specific Options

       Command-Line Name:-orient
       Database Name:  orient
       Database Class: Orient

              One of horizontal or vertical.  Specifies the orientation of the separator.

See Also