Web Analytics Made Easy - Statcounter
Skip to content

Horizontal Separator

HorizontalSeparator call reference

Draws a horizontal line.

Great for breaking apart sections of your window. The default color matches the current theme.

layout = [[sg.Button('My first Button!')],
          [sg.HorizontalSeparator(color='red')],
          [sg.Checkbox('My first Checkbox!')]]

horizontal_separator

Events

No events are generated.

Values Dictionary

No entry will be in the values dictionary.