Merge pull request #5449 from PySimpleGUI/Dev-latest

Fixed formatting of ttk scrollbar parameter names (markdown can be pa…
This commit is contained in:
PySimpleGUI 2022-05-07 19:12:23 -04:00 committed by GitHub
commit 37d6e8832a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 24 deletions

View File

@ -6192,7 +6192,7 @@ The trough is the "ditch" of the scrollbar. The Thumb slides in the Trough.
#### Button Arrow
- The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
#### Relief
@ -6233,13 +6233,14 @@ For example, if a `Multiline` element has the trough color for it's scrollbar de
## Scrollbar Parameter Names
All functions and objects that have a scrollbar setting use the same names for the paramters:
- sbar_trough_color
- sbar_background_color
- sbar_arrow_color
- sbar_width
- sbar_arrow_width
- sbar_frame_color
- sbar_relief
* sbar_trough_color
* sbar_background_color
* sbar_arrow_color
* sbar_width
* sbar_arrow_width
* sbar_frame_color
* sbar_relief
# Running Multiple Windows

View File

@ -4616,7 +4616,7 @@ The trough is the "ditch" of the scrollbar. The Thumb slides in the Trough.
#### Button Arrow
- The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
#### Relief
@ -4659,13 +4659,14 @@ For example, if a `Multiline` element has the trough color for it's scrollbar de
## Scrollbar Parameter Names
All functions and objects that have a scrollbar setting use the same names for the paramters:
- sbar_trough_color
- sbar_background_color
- sbar_arrow_color
- sbar_width
- sbar_arrow_width
- sbar_frame_color
- sbar_relief
* sbar_trough_color
* sbar_background_color
* sbar_arrow_color
* sbar_width
* sbar_arrow_width
* sbar_frame_color
* sbar_relief

View File

@ -6192,7 +6192,7 @@ The trough is the "ditch" of the scrollbar. The Thumb slides in the Trough.
#### Button Arrow
- The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
The arrow color is the color of the arrow on the buttons located at the ends of the scrollbar.
#### Relief
@ -6233,13 +6233,14 @@ For example, if a `Multiline` element has the trough color for it's scrollbar de
## Scrollbar Parameter Names
All functions and objects that have a scrollbar setting use the same names for the paramters:
- sbar_trough_color
- sbar_background_color
- sbar_arrow_color
- sbar_width
- sbar_arrow_width
- sbar_frame_color
- sbar_relief
* sbar_trough_color
* sbar_background_color
* sbar_arrow_color
* sbar_width
* sbar_arrow_width
* sbar_frame_color
* sbar_relief
# Running Multiple Windows