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 @@
- -