New tagline. Updated call reference using newest docstrings
This commit is contained in:
parent
2ce3c7f75e
commit
aaf391508c
|
@ -11490,13 +11490,13 @@ Parameter Descriptions:
|
||||||
|
|
||||||
### get
|
### 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()`
|
`get()`
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|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
|
### get_next_focus
|
||||||
|
|
||||||
|
@ -11720,13 +11720,13 @@ The following methods are here for backwards compatibility reference. You will
|
||||||
|
|
||||||
### Get
|
### 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()`
|
`Get()`
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|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
|
### SetFocus
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div style="display: flex; gap: 50px; justify-content: center;">
|
<div style="display: flex; gap: 50px; justify-content: center;">
|
||||||
<div>
|
<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">
|
<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;">Python GUIs for Humans</h1>
|
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div style="display: flex; gap: 50px; justify-content: center;">
|
<div style="display: flex; gap: 50px; justify-content: center;">
|
||||||
<div>
|
<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">
|
<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;">Python GUIs for Humans</h1>
|
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
# PySimpleGUI User's Manual
|
# 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>
|
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<p align="center">
|
<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">
|
<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">GUIs for Humans<sup>TM</sup></h2>
|
<h2 align="center">User Interfaces for Humans<sup>TM</sup></h2>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<p align="center">
|
<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">
|
<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">GUIs for Humans<sup>TM</sup></h2>
|
<h2 align="center">User Interfaces for Humans<sup>TM</sup></h2>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -27,8 +27,8 @@ HOW DO I INSERT IMAGES ???
|
||||||
|
|
||||||
<div style="display: flex; gap: 50px; justify-content: center;">
|
<div style="display: flex; gap: 50px; justify-content: center;">
|
||||||
<div>
|
<div>
|
||||||
<img src="https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_readme/Logo%20with%20text%20for%20GitHub%20Top.png" alt="GUIs for Humans">
|
<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;">Python GUIs for Humans<sup>TM</sup></h1>
|
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -96,7 +96,7 @@ HOW DO I INSERT IMAGES ???
|
||||||
# PySimpleGUI User's Manual
|
# 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>
|
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>
|
||||||
|
|
||||||
|
|
|
@ -11490,13 +11490,13 @@ Parameter Descriptions:
|
||||||
|
|
||||||
### get
|
### 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()`
|
`get()`
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|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
|
### get_next_focus
|
||||||
|
|
||||||
|
@ -11720,13 +11720,13 @@ The following methods are here for backwards compatibility reference. You will
|
||||||
|
|
||||||
### Get
|
### 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()`
|
`Get()`
|
||||||
|
|
||||||
|Type|Name|Meaning|
|
|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
|
### SetFocus
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div style="display: flex; gap: 50px; justify-content: center;">
|
<div style="display: flex; gap: 50px; justify-content: center;">
|
||||||
<div>
|
<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">
|
<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;">Python GUIs for Humans</h1>
|
<h1 style="text-align: center;">User Interfaces for Humans<sup>TM</sup></h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
# PySimpleGUI User's Manual
|
# 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>
|
## <span>The Call Reference Section Moved to <a href="https://pysimplegui.readthedocs.io/en/latest/call%20reference/">here</a></span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue