Release 4.26.0
This commit is contained in:
parent
530e28a048
commit
e6d0eca440
4 changed files with 25 additions and 17 deletions
|
@ -3434,7 +3434,7 @@ Parameter Descriptions:
|
|||
|
||||
|Type|Name|Meaning|
|
||||
|--|--|--|
|
||||
| str | default_text | Text initially shown in the input box as a default value(Default value = '') |
|
||||
| Any | default_text | Text initially shown in the input box as a default value(Default value = ''). Will automatically be converted to string |
|
||||
| (int, int) (width, height) | size | w=characters-wide, h=rows-high |
|
||||
| bool | disabled | set disable state for element (Default = False) |
|
||||
| char | password_char | Password character if this is a password field (Default value = '') |
|
||||
|
@ -9869,7 +9869,7 @@ Returns True if the window was closed
|
|||
Adds a key & value tuple to the queue that is used by threads to communicate with the window
|
||||
|
||||
```
|
||||
write_event_value(key=None, value=None)
|
||||
write_event_value(key, value)
|
||||
```
|
||||
|
||||
Parameter Descriptions:
|
||||
|
|
|
@ -7384,6 +7384,13 @@ k element parameter
|
|||
* New global variable __tclversion_detailed__ - string with full tkinter version (3 numbers instead of 2)
|
||||
* Warning is displayed if tcl version is found to be 8.5.
|
||||
|
||||
## 4.26.0 PySimpleGUI 18-Jul-2020
|
||||
|
||||
* Multi-threaded tkvar initialization location changed so that thread doesn't intialize it now
|
||||
* Removed thread key - no longer needed
|
||||
* Window.write_event_values - now requires both parms
|
||||
* Upgrade button typo
|
||||
|
||||
### Upcoming
|
||||
|
||||
There will always be overlapping work as the ports will never actually be "complete" as there's always something new that can be built. However there's a definition for the base functionality for PySimpleGUI. This is what is being strived for with the current ports that are underway.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue