From aaf391508ccb3fd61275bc83aa0a2ca8df30d62e Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Wed, 12 Jul 2023 17:20:56 -0400 Subject: [PATCH] New tagline. Updated call reference using newest docstrings --- docs/call reference.md | 8 ++++---- docs/cookbook.md | 4 ++-- docs/index.md | 6 +++--- docs/readme.md | 4 ++-- readme.md | 4 ++-- readme_creator/markdown input files/1_HEADER_top_part.md | 6 +++--- readme_creator/output/call reference.md | 8 ++++---- readme_creator/output/index.md | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/call reference.md b/docs/call reference.md index 90b18ab3..b004ccac 100644 --- a/docs/call reference.md +++ b/docs/call reference.md @@ -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 diff --git a/docs/cookbook.md b/docs/cookbook.md index c99da19d..98473f4c 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -1,7 +1,7 @@
- Python GUIs for Humans -

Python GUIs for Humans

+ User Interfaces for Humans +

User Interfaces for HumansTM

diff --git a/docs/index.md b/docs/index.md index ec2aba76..11810190 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@
- Python GUIs for Humans -

Python GUIs for Humans

+ User Interfaces for Humans +

User Interfaces for HumansTM

@@ -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 ## The Call Reference Section Moved to here diff --git a/docs/readme.md b/docs/readme.md index 3ab0cb5e..03488cae 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,6 +1,6 @@

- GUIs for Humans -

GUIs for HumansTM

+ User Interfaces for Humans +

User Interfaces for HumansTM

diff --git a/readme.md b/readme.md index 3ab0cb5e..03488cae 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@

- GUIs for Humans -

GUIs for HumansTM

+ User Interfaces for Humans +

User Interfaces for HumansTM

diff --git a/readme_creator/markdown input files/1_HEADER_top_part.md b/readme_creator/markdown input files/1_HEADER_top_part.md index dc06797a..320a4997 100644 --- a/readme_creator/markdown input files/1_HEADER_top_part.md +++ b/readme_creator/markdown input files/1_HEADER_top_part.md @@ -27,8 +27,8 @@ HOW DO I INSERT IMAGES ???
- GUIs for Humans -

Python GUIs for HumansTM

+ User Interfaces for Humans +

User Interfaces for HumansTM

@@ -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 ## The Call Reference Section Moved to here diff --git a/readme_creator/output/call reference.md b/readme_creator/output/call reference.md index 90b18ab3..b004ccac 100644 --- a/readme_creator/output/call reference.md +++ b/readme_creator/output/call reference.md @@ -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 diff --git a/readme_creator/output/index.md b/readme_creator/output/index.md index ec2aba76..11810190 100644 --- a/readme_creator/output/index.md +++ b/readme_creator/output/index.md @@ -1,7 +1,7 @@
- Python GUIs for Humans -

Python GUIs for Humans

+ User Interfaces for Humans +

User Interfaces for HumansTM

@@ -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 ## The Call Reference Section Moved to here