New tagline. Updated call reference using newest docstrings

This commit is contained in:
PySimpleGUI 2023-07-12 17:20:56 -04:00
parent 2ce3c7f75e
commit aaf391508c
8 changed files with 23 additions and 23 deletions

View File

@ -11490,13 +11490,13 @@ Parameter Descriptions:
### get
Get the selected rows using tktiner's selection method. Experimenting with this change....
Get the selected rows using tktiner's selection method. Returns a list of the selected rows.
`get()`
|Type|Name|Meaning|
|---|---|---|
|List[List[Any]]| **return** | the current table values |
|List[int]| **return** | a list of the index of the selected rows (a list of ints) |
### get_next_focus
@ -11720,13 +11720,13 @@ The following methods are here for backwards compatibility reference. You will
### Get
Get the selected rows using tktiner's selection method. Experimenting with this change....
Get the selected rows using tktiner's selection method. Returns a list of the selected rows.
`Get()`
|Type|Name|Meaning|
|---|---|---|
|List[List[Any]]| **return** | the current table values |
|List[int]| **return** | a list of the index of the selected rows (a list of ints) |
### SetFocus

View File

@ -1,7 +1,7 @@
<div style="display: flex; gap: 50px; justify-content: center;">
<div>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="Python GUIs for Humans">
<h1 style="text-align: center;">Python GUIs for Humans</h1>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
</div>
<div>
<div>

View File

@ -1,7 +1,7 @@
<div style="display: flex; gap: 50px; justify-content: center;">
<div>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="Python GUIs for Humans">
<h1 style="text-align: center;">Python GUIs for Humans</h1>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
</div>
<div>
<div>
@ -57,7 +57,7 @@
# PySimpleGUI User's Manual
## Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## User Interfaces for Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>

View File

@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="GUIs for Humans">
<h2 align="center">GUIs for Humans<sup>TM</sup></h2>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h2 align="center">User Interfaces for Humans<sup>TM</sup></h2>
</p>
<table>

View File

@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="GUIs for Humans">
<h2 align="center">GUIs for Humans<sup>TM</sup></h2>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h2 align="center">User Interfaces for Humans<sup>TM</sup></h2>
</p>
<table>

View File

@ -27,8 +27,8 @@ HOW DO I INSERT IMAGES ???
<div style="display: flex; gap: 50px; justify-content: center;">
<div>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="GUIs for Humans">
<h1 style="text-align: center;">Python GUIs for Humans<sup>TM</sup></h1>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
</div>
<div>
<div>
@ -96,7 +96,7 @@ HOW DO I INSERT IMAGES ???
# PySimpleGUI User's Manual
## Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## User Interfaces for Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>

View File

@ -11490,13 +11490,13 @@ Parameter Descriptions:
### get
Get the selected rows using tktiner's selection method. Experimenting with this change....
Get the selected rows using tktiner's selection method. Returns a list of the selected rows.
`get()`
|Type|Name|Meaning|
|---|---|---|
|List[List[Any]]| **return** | the current table values |
|List[int]| **return** | a list of the index of the selected rows (a list of ints) |
### get_next_focus
@ -11720,13 +11720,13 @@ The following methods are here for backwards compatibility reference. You will
### Get
Get the selected rows using tktiner's selection method. Experimenting with this change....
Get the selected rows using tktiner's selection method. Returns a list of the selected rows.
`Get()`
|Type|Name|Meaning|
|---|---|---|
|List[List[Any]]| **return** | the current table values |
|List[int]| **return** | a list of the index of the selected rows (a list of ints) |
### SetFocus

View File

@ -1,7 +1,7 @@
<div style="display: flex; gap: 50px; justify-content: center;">
<div>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="Python GUIs for Humans">
<h1 style="text-align: center;">Python GUIs for Humans</h1>
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="User Interfaces for Humans">
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
</div>
<div>
<div>
@ -57,7 +57,7 @@
# PySimpleGUI User's Manual
## Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## User Interfaces for Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>