ttk.Separator

SYNOPSIS

instance = ttk.Separator(master [,**options])

DESCRIPTION

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

STANDARD OPTIONS

class
cursor
state
style
takefocus

WIDGET-SPECIFIC OPTIONS

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.

Comments