Release 4.43.0
This commit is contained in:
parent
b8dd1f0c00
commit
d3cb3f74c2
7 changed files with 2926 additions and 2173 deletions
|
@ -1941,6 +1941,29 @@ Grab Anywhere feature improved
|
|||
* Fix for changing the title of a Tab using
|
||||
|
||||
|
||||
## 4.43.0 PySimpleGUI 23-May-2021
|
||||
|
||||
Happy User Appreciate Day!
|
||||
Multiline expand_x, expand_y parms
|
||||
Window.ding() - because FUN is the #1 goal
|
||||
|
||||
* Added 2 new parms to Multiline Element
|
||||
* expand_x - if True, then the element will expand in the X direction
|
||||
* expand_y - if True, then the element will expand in the Y direction
|
||||
* replaces the need to perform: window['-MULTILINE KEY-'].expand(True, True, True)
|
||||
* Defaults to FALSE to be backward compatible
|
||||
* popup_scrolled
|
||||
* changed to be resizable by default and expands the multline too
|
||||
* if no_titlebar is set, then a Sizegrip will be added, unless no_sizerip parm = True
|
||||
* easy_print(sg.Print)
|
||||
* changed to be resizable by default and exands the multiline too
|
||||
* if no_titlebar is set, then a Sizegrip will be added
|
||||
* Window.ding() added - get your user's attention when errors happen or just for FUN
|
||||
* Added Element.grab_anywhere_include - includes an element in grab_anywhere in case you have something like a Multiline element that you can to move the window using that element
|
||||
|
||||
|
||||
|
||||
|
||||
## Upcoming
|
||||
|
||||
The future for PySimpleGUI looks bright!
|
||||
|
|
|
@ -44,6 +44,9 @@ Here are all of the Elements, the Window & SystemTray classes, and all functions
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Button.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Button.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Button.hide_row+> -->
|
||||
|
||||
|
@ -120,6 +123,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+ButtonMenu.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+ButtonMenu.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+ButtonMenu.hide_row+> -->
|
||||
|
||||
|
@ -194,6 +200,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Canvas.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Canvas.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Canvas.hide_row+> -->
|
||||
|
||||
|
@ -264,6 +273,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Checkbox.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Checkbox.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Checkbox.hide_row+> -->
|
||||
|
||||
|
@ -341,6 +353,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Column.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Column.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Column.hide_row+> -->
|
||||
|
||||
|
@ -426,6 +441,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Combo.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Combo.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Combo.hide_row+> -->
|
||||
|
||||
|
@ -501,6 +519,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Frame.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Frame.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Frame.hide_row+> -->
|
||||
|
||||
|
@ -626,6 +647,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Graph.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Graph.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Graph.hide_row+> -->
|
||||
|
||||
|
@ -764,6 +788,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+HorizontalSeparator.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+HorizontalSeparator.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+HorizontalSeparator.hide_row+> -->
|
||||
|
||||
|
@ -827,6 +854,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Image.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Image.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Image.hide_row+> -->
|
||||
|
||||
|
@ -908,6 +938,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Input.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Input.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Input.hide_row+> -->
|
||||
|
||||
|
@ -992,6 +1025,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Listbox.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Listbox.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Listbox.hide_row+> -->
|
||||
|
||||
|
@ -1075,6 +1111,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Menu.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Menu.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Menu.hide_row+> -->
|
||||
|
||||
|
@ -1158,6 +1197,9 @@ See the Column element to get a list of method calls available. The function re
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Multiline.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Multiline.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Multiline.hide_row+> -->
|
||||
|
||||
|
@ -1249,6 +1291,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+OptionMenu.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+OptionMenu.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+OptionMenu.hide_row+> -->
|
||||
|
||||
|
@ -1322,6 +1367,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Output.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Output.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Output.hide_row+> -->
|
||||
|
||||
|
@ -1404,6 +1452,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Pane.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Pane.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Pane.hide_row+> -->
|
||||
|
||||
|
@ -1472,6 +1523,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+ProgressBar.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+ProgressBar.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+ProgressBar.hide_row+> -->
|
||||
|
||||
|
@ -1551,6 +1605,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Radio.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Radio.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Radio.hide_row+> -->
|
||||
|
||||
|
@ -1627,6 +1684,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Sizegrip.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Sizegrip.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Sizegrip.hide_row+> -->
|
||||
|
||||
|
@ -1683,6 +1743,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Slider.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Slider.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Slider.hide_row+> -->
|
||||
|
||||
|
@ -1755,6 +1818,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Spin.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Spin.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Spin.hide_row+> -->
|
||||
|
||||
|
@ -1826,6 +1892,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+StatusBar.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+StatusBar.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+StatusBar.hide_row+> -->
|
||||
|
||||
|
@ -1898,6 +1967,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Tab.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Tab.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Tab.hide_row+> -->
|
||||
|
||||
|
@ -1989,6 +2061,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+TabGroup.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+TabGroup.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+TabGroup.hide_row+> -->
|
||||
|
||||
|
@ -2065,6 +2140,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Table.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Table.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Table.hide_row+> -->
|
||||
|
||||
|
@ -2136,6 +2214,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Text.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Text.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Text.hide_row+> -->
|
||||
|
||||
|
@ -2221,6 +2302,9 @@ See the Column element to get a list of method calls available. The function re
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+Tree.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+Tree.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+Tree.hide_row+> -->
|
||||
|
||||
|
@ -2308,6 +2392,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### grab_anywhere_exclude
|
||||
<!-- <+VerticalSeparator.grab_anywhere_exclude+> -->
|
||||
|
||||
### grab_anywhere_include
|
||||
<!-- <+VerticalSeparator.grab_anywhere_include+> -->
|
||||
|
||||
### hide_row
|
||||
<!-- <+VerticalSeparator.hide_row+> -->
|
||||
|
||||
|
@ -2427,6 +2514,9 @@ The following methods are here for backwards compatibility reference. You will
|
|||
### current_location
|
||||
<!-- <+Window.current_location+> -->
|
||||
|
||||
### ding
|
||||
<!-- <+Window.ding+> -->
|
||||
|
||||
### disable
|
||||
<!-- <+Window.disable+> -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue