Addition to call reference documentation for new Element focus methods, new Wikndow.widget_to_element, and widget, key properties

This commit is contained in:
PySimpleGUI 2022-03-27 10:06:11 -04:00
parent 632f85dc08
commit 745f26916d
4 changed files with 2793 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
version = __version__ = "4.57.0.19 Unreleased" version = __version__ = "4.57.0.20 Unreleased"
_change_log = """ _change_log = """
Changelog since 4.57.0 released to PyPI on 13-Feb-2022 Changelog since 4.57.0 released to PyPI on 13-Feb-2022
@ -55,7 +55,7 @@ _change_log = """
Oops... added back the rtype docstring for Window __getitem__ so that PyCharm doesn't generate warnings. Oops... added back the rtype docstring for Window __getitem__ so that PyCharm doesn't generate warnings.
Using Element by itself isn't enough. The entire list of possible elements is needed to that the code completion /error checking works Using Element by itself isn't enough. The entire list of possible elements is needed to that the code completion /error checking works
4.57.0.20 4.57.0.20
Simplified Radio, Combo Simplified Radio, Checkbox, Slider creation. Moved the command parm outside the creation and instead made a config call.
""" """
__version__ = version.split()[0] # For PEP 396 and PEP 345 __version__ = version.split()[0] # For PEP 396 and PEP 345

File diff suppressed because it is too large Load Diff

View File

@ -86,6 +86,12 @@ This section of the documentation is generated directly from the source code. A
### expand ### expand
<!-- <+Button.expand+> --> <!-- <+Button.expand+> -->
### get_next_focus
<!-- <+Button.get_next_focus+> -->
### get_previous_focus
<!-- <+Button.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Button.get_size+> --> <!-- <+Button.get_size+> -->
@ -101,6 +107,9 @@ This section of the documentation is generated directly from the source code. A
### hide_row ### hide_row
<!-- <+Button.hide_row+> --> <!-- <+Button.hide_row+> -->
### key
<!-- <+Button.key+> -->
### metadata ### metadata
<!-- <+Button.metadata+> --> <!-- <+Button.metadata+> -->
@ -131,6 +140,9 @@ This section of the documentation is generated directly from the source code. A
### visible ### visible
<!-- <+Button.visible+> --> <!-- <+Button.visible+> -->
### widget
<!-- <+Button.widget+> -->
--------- ---------
### These are non-PEP8 Compliant Methods - do NOT use ### These are non-PEP8 Compliant Methods - do NOT use
@ -168,6 +180,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+ButtonMenu.expand+> --> <!-- <+ButtonMenu.expand+> -->
### get_next_focus
<!-- <+ButtonMenu.get_next_focus+> -->
### get_previous_focus
<!-- <+ButtonMenu.get_previous_focus+> -->
### get_size ### get_size
<!-- <+ButtonMenu.get_size+> --> <!-- <+ButtonMenu.get_size+> -->
@ -210,6 +228,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+ButtonMenu.visible+> --> <!-- <+ButtonMenu.visible+> -->
### widget
<!-- <+ButtonMenu.widget+> -->
--------- ---------
@ -245,6 +266,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Canvas.expand+> --> <!-- <+Canvas.expand+> -->
### get_next_focus
<!-- <+Canvas.get_next_focus+> -->
### get_previous_focus
<!-- <+Canvas.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Canvas.get_size+> --> <!-- <+Canvas.get_size+> -->
@ -284,6 +311,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Canvas.visible+> --> <!-- <+Canvas.visible+> -->
### widget
<!-- <+Canvas.widget+> -->
--------- ---------
### These are non-PEP8 Compliant Methods - do NOT use ### These are non-PEP8 Compliant Methods - do NOT use
@ -318,6 +348,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Checkbox.get+> --> <!-- <+Checkbox.get+> -->
### get_next_focus
<!-- <+Checkbox.get_next_focus+> -->
### get_previous_focus
<!-- <+Checkbox.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Checkbox.get_size+> --> <!-- <+Checkbox.get_size+> -->
@ -330,6 +366,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Checkbox.hide_row+> --> <!-- <+Checkbox.hide_row+> -->
### key
<!-- <+Checkbox.key+> -->
### metadata ### metadata
<!-- <+Checkbox.metadata+> --> <!-- <+Checkbox.metadata+> -->
@ -357,6 +396,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Checkbox.visible+> --> <!-- <+Checkbox.visible+> -->
### widget
<!-- <+Checkbox.widget+> -->
--------- ---------
### These are non-PEP8 Compliant Methods - do NOT use ### These are non-PEP8 Compliant Methods - do NOT use
@ -398,6 +440,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Column.expand+> --> <!-- <+Column.expand+> -->
### get_next_focus
<!-- <+Column.get_next_focus+> -->
### get_previous_focus
<!-- <+Column.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Column.get_size+> --> <!-- <+Column.get_size+> -->
@ -413,6 +461,9 @@ The following methods are here for backwards compatibility reference. You will
### layout ### layout
<!-- <+Column.layout+> --> <!-- <+Column.layout+> -->
### key
<!-- <+Column.key+> -->
### metadata ### metadata
<!-- <+Column.metadata+> --> <!-- <+Column.metadata+> -->
@ -443,6 +494,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Column.visible+> --> <!-- <+Column.visible+> -->
### widget
<!-- <+Column.widget+> -->
--------- ---------
@ -486,6 +540,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Combo.get+> --> <!-- <+Combo.get+> -->
### get_next_focus
<!-- <+Combo.get_next_focus+> -->
### get_previous_focus
<!-- <+Combo.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Combo.get_size+> --> <!-- <+Combo.get_size+> -->
@ -498,6 +558,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Combo.hide_row+> --> <!-- <+Combo.hide_row+> -->
### key
<!-- <+Combo.key+> -->
### metadata ### metadata
<!-- <+Combo.metadata+> --> <!-- <+Combo.metadata+> -->
@ -525,6 +588,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Combo.visible+> --> <!-- <+Combo.visible+> -->
### widget
<!-- <+Combo.widget+> -->
--------- ---------
@ -564,6 +630,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Frame.expand+> --> <!-- <+Frame.expand+> -->
### get_next_focus
<!-- <+Frame.get_next_focus+> -->
### get_previous_focus
<!-- <+Frame.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Frame.get_size+> --> <!-- <+Frame.get_size+> -->
@ -579,6 +651,9 @@ The following methods are here for backwards compatibility reference. You will
### layout ### layout
<!-- <+Frame.layout+> --> <!-- <+Frame.layout+> -->
### key
<!-- <+Frame.key+> -->
### metadata ### metadata
<!-- <+Frame.metadata+> --> <!-- <+Frame.metadata+> -->
@ -606,6 +681,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Frame.visible+> --> <!-- <+Frame.visible+> -->
### widget
<!-- <+Frame.widget+> -->
--------- ---------
@ -692,6 +770,12 @@ The following methods are here for backwards compatibility reference. You will
### get_figures_at_location ### get_figures_at_location
<!-- <+Graph.get_figures_at_location+> --> <!-- <+Graph.get_figures_at_location+> -->
### get_next_focus
<!-- <+Graph.get_next_focus+> -->
### get_previous_focus
<!-- <+Graph.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Graph.get_size+> --> <!-- <+Graph.get_size+> -->
@ -716,6 +800,9 @@ The following methods are here for backwards compatibility reference. You will
### send_figure_to_back ### send_figure_to_back
<!-- <+Graph.send_figure_to_back+> --> <!-- <+Graph.send_figure_to_back+> -->
### key
<!-- <+Graph.key+> -->
### metadata ### metadata
<!-- <+Graph.metadata+> --> <!-- <+Graph.metadata+> -->
@ -746,6 +833,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Graph.visible+> --> <!-- <+Graph.visible+> -->
### widget
<!-- <+Graph.widget+> -->
--------- ---------
@ -833,6 +923,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+HorizontalSeparator.expand+> --> <!-- <+HorizontalSeparator.expand+> -->
### get_next_focus
<!-- <+HorizontalSeparator.get_next_focus+> -->
### get_previous_focus
<!-- <+HorizontalSeparator.get_previous_focus+> -->
### get_size ### get_size
<!-- <+HorizontalSeparator.get_size+> --> <!-- <+HorizontalSeparator.get_size+> -->
@ -845,6 +941,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+HorizontalSeparator.hide_row+> --> <!-- <+HorizontalSeparator.hide_row+> -->
### key
<!-- <+HorizontalSeparator.key+> -->
### metadata ### metadata
<!-- <+HorizontalSeparator.metadata+> --> <!-- <+HorizontalSeparator.metadata+> -->
@ -869,6 +968,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+HorizontalSeparator.visible+> --> <!-- <+HorizontalSeparator.visible+> -->
### widget
<!-- <+HorizontalSeparator.widget+> -->
--------- ---------
@ -899,6 +1001,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Image.expand+> --> <!-- <+Image.expand+> -->
### get_next_focus
<!-- <+Image.get_next_focus+> -->
### get_previous_focus
<!-- <+Image.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Image.get_size+> --> <!-- <+Image.get_size+> -->
@ -911,6 +1019,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Image.hide_row+> --> <!-- <+Image.hide_row+> -->
### key
<!-- <+Image.key+> -->
### metadata ### metadata
<!-- <+Image.metadata+> --> <!-- <+Image.metadata+> -->
@ -944,6 +1055,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Image.visible+> --> <!-- <+Image.visible+> -->
### widget
<!-- <+Image.widget+> -->
--------- ---------
@ -983,6 +1097,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Input.get+> --> <!-- <+Input.get+> -->
### get_next_focus
<!-- <+Input.get_next_focus+> -->
### get_previous_focus
<!-- <+Input.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Input.get_size+> --> <!-- <+Input.get_size+> -->
@ -995,6 +1115,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Input.hide_row+> --> <!-- <+Input.hide_row+> -->
### key
<!-- <+Input.key+> -->
### metadata ### metadata
<!-- <+Input.metadata+> --> <!-- <+Input.metadata+> -->
@ -1025,6 +1148,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Input.visible+> --> <!-- <+Input.visible+> -->
### widget
<!-- <+Input.widget+> -->
--------- ---------
@ -1070,6 +1196,12 @@ The following methods are here for backwards compatibility reference. You will
### get_list_values ### get_list_values
<!-- <+Listbox.get_list_values+> --> <!-- <+Listbox.get_list_values+> -->
### get_next_focus
<!-- <+Listbox.get_next_focus+> -->
### get_previous_focus
<!-- <+Listbox.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Listbox.get_size+> --> <!-- <+Listbox.get_size+> -->
@ -1082,6 +1214,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Listbox.hide_row+> --> <!-- <+Listbox.hide_row+> -->
### key
<!-- <+Listbox.key+> -->
### metadata ### metadata
<!-- <+Listbox.metadata+> --> <!-- <+Listbox.metadata+> -->
@ -1115,6 +1250,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Listbox.visible+> --> <!-- <+Listbox.visible+> -->
### widget
<!-- <+Listbox.widget+> -->
--------- ---------
@ -1156,6 +1294,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Menu.expand+> --> <!-- <+Menu.expand+> -->
### get_next_focus
<!-- <+Menu.get_next_focus+> -->
### get_previous_focus
<!-- <+Menu.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Menu.get_size+> --> <!-- <+Menu.get_size+> -->
@ -1168,6 +1312,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Menu.hide_row+> --> <!-- <+Menu.hide_row+> -->
### key
<!-- <+Menu.key+> -->
### metadata ### metadata
<!-- <+Menu.metadata+> --> <!-- <+Menu.metadata+> -->
@ -1195,6 +1342,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Menu.visible+> --> <!-- <+Menu.visible+> -->
### widget
<!-- <+Menu.widget+> -->
--------- ---------
@ -1242,6 +1392,12 @@ See the Column element to get a list of method calls available. The function re
### get ### get
<!-- <+Multiline.get+> --> <!-- <+Multiline.get+> -->
### get_next_focus
<!-- <+Multiline.get_next_focus+> -->
### get_previous_focus
<!-- <+Multiline.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Multiline.get_size+> --> <!-- <+Multiline.get_size+> -->
@ -1269,6 +1425,9 @@ See the Column element to get a list of method calls available. The function re
### restore_stdout ### restore_stdout
<!-- <+Multiline.restore_stdout+> --> <!-- <+Multiline.restore_stdout+> -->
### key
<!-- <+Multiline.key+> -->
### metadata ### metadata
<!-- <+Multiline.metadata+> --> <!-- <+Multiline.metadata+> -->
@ -1299,6 +1458,9 @@ See the Column element to get a list of method calls available. The function re
### visible ### visible
<!-- <+Multiline.visible+> --> <!-- <+Multiline.visible+> -->
### widget
<!-- <+Multiline.widget+> -->
--------- ---------
@ -1336,6 +1498,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+OptionMenu.expand+> --> <!-- <+OptionMenu.expand+> -->
### get_next_focus
<!-- <+OptionMenu.get_next_focus+> -->
### get_previous_focus
<!-- <+OptionMenu.get_previous_focus+> -->
### get_size ### get_size
<!-- <+OptionMenu.get_size+> --> <!-- <+OptionMenu.get_size+> -->
@ -1348,6 +1516,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+OptionMenu.hide_row+> --> <!-- <+OptionMenu.hide_row+> -->
### key
<!-- <+OptionMenu.key+> -->
### metadata ### metadata
<!-- <+OptionMenu.metadata+> --> <!-- <+OptionMenu.metadata+> -->
@ -1378,6 +1549,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+OptionMenu.visible+> --> <!-- <+OptionMenu.visible+> -->
### widget
<!-- <+OptionMenu.widget+> -->
--------- ---------
@ -1417,6 +1591,12 @@ You can control which Multiline Element receives your stdout output as well as u
### expand ### expand
<!-- <+Output.expand+> --> <!-- <+Output.expand+> -->
### get_next_focus
<!-- <+Output.get_next_focus+> -->
### get_previous_focus
<!-- <+Output.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Output.get_size+> --> <!-- <+Output.get_size+> -->
@ -1429,6 +1609,9 @@ You can control which Multiline Element receives your stdout output as well as u
### hide_row ### hide_row
<!-- <+Output.hide_row+> --> <!-- <+Output.hide_row+> -->
### key
<!-- <+Output.key+> -->
### metadata ### metadata
<!-- <+Output.metadata+> --> <!-- <+Output.metadata+> -->
@ -1462,6 +1645,9 @@ You can control which Multiline Element receives your stdout output as well as u
### visible ### visible
<!-- <+Output.visible+> --> <!-- <+Output.visible+> -->
### widget
<!-- <+Output.widget+> -->
--------- ---------
@ -1502,6 +1688,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Pane.expand+> --> <!-- <+Pane.expand+> -->
### get_next_focus
<!-- <+Pane.get_next_focus+> -->
### get_previous_focus
<!-- <+Pane.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Pane.get_size+> --> <!-- <+Pane.get_size+> -->
@ -1514,6 +1706,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Pane.hide_row+> --> <!-- <+Pane.hide_row+> -->
### key
<!-- <+Pane.key+> -->
### metadata ### metadata
<!-- <+Pane.metadata+> --> <!-- <+Pane.metadata+> -->
@ -1541,6 +1736,8 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Pane.visible+> --> <!-- <+Pane.visible+> -->
### widget
<!-- <+Pane.widget+> -->
--------- ---------
@ -1573,6 +1770,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+ProgressBar.expand+> --> <!-- <+ProgressBar.expand+> -->
### get_next_focus
<!-- <+ProgressBar.get_next_focus+> -->
### get_previous_focus
<!-- <+ProgressBar.get_previous_focus+> -->
### get_size ### get_size
<!-- <+ProgressBar.get_size+> --> <!-- <+ProgressBar.get_size+> -->
@ -1585,6 +1788,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+ProgressBar.hide_row+> --> <!-- <+ProgressBar.hide_row+> -->
### key
<!-- <+ProgressBar.key+> -->
### metadata ### metadata
<!-- <+ProgressBar.metadata+> --> <!-- <+ProgressBar.metadata+> -->
@ -1615,6 +1821,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+ProgressBar.visible+> --> <!-- <+ProgressBar.visible+> -->
### widget
<!-- <+ProgressBar.widget+> -->
--------- ---------
@ -1683,6 +1892,12 @@ A `Push` element will "push" elements on the row away from it. If you have 1 `P
### get ### get
<!-- <+Radio.get+> --> <!-- <+Radio.get+> -->
### get_next_focus
<!-- <+Radio.get_next_focus+> -->
### get_previous_focus
<!-- <+Radio.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Radio.get_size+> --> <!-- <+Radio.get_size+> -->
@ -1698,6 +1913,9 @@ A `Push` element will "push" elements on the row away from it. If you have 1 `P
### reset_group ### reset_group
<!-- <+Radio.reset_group+> --> <!-- <+Radio.reset_group+> -->
### key
<!-- <+Radio.key+> -->
### metadata ### metadata
<!-- <+Radio.metadata+> --> <!-- <+Radio.metadata+> -->
@ -1725,6 +1943,9 @@ A `Push` element will "push" elements on the row away from it. If you have 1 `P
### visible ### visible
<!-- <+Radio.visible+> --> <!-- <+Radio.visible+> -->
### widget
<!-- <+Radio.widget+> -->
--------- ---------
@ -1771,6 +1992,12 @@ This element is used to add more space.... more size...to a Container Element or
### expand ### expand
<!-- <+Sizegrip.expand+> --> <!-- <+Sizegrip.expand+> -->
### get_next_focus
<!-- <+Sizegrip.get_next_focus+> -->
### get_previous_focus
<!-- <+Sizegrip.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Sizegrip.get_size+> --> <!-- <+Sizegrip.get_size+> -->
@ -1783,6 +2010,9 @@ This element is used to add more space.... more size...to a Container Element or
### hide_row ### hide_row
<!-- <+Sizegrip.hide_row+> --> <!-- <+Sizegrip.hide_row+> -->
### key
<!-- <+Sizegrip.key+> -->
### metadata ### metadata
<!-- <+Sizegrip.metadata+> --> <!-- <+Sizegrip.metadata+> -->
@ -1813,6 +2043,9 @@ This element is used to add more space.... more size...to a Container Element or
### visible ### visible
<!-- <+Sizegrip.visible+> --> <!-- <+Sizegrip.visible+> -->
### widget
<!-- <+Sizegrip.widget+> -->
--------- ---------
@ -1830,6 +2063,12 @@ This element is used to add more space.... more size...to a Container Element or
### expand ### expand
<!-- <+Slider.expand+> --> <!-- <+Slider.expand+> -->
### get_next_focus
<!-- <+Slider.get_next_focus+> -->
### get_previous_focus
<!-- <+Slider.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Slider.get_size+> --> <!-- <+Slider.get_size+> -->
@ -1842,6 +2081,9 @@ This element is used to add more space.... more size...to a Container Element or
### hide_row ### hide_row
<!-- <+Slider.hide_row+> --> <!-- <+Slider.hide_row+> -->
### key
<!-- <+Slider.key+> -->
### metadata ### metadata
<!-- <+Slider.metadata+> --> <!-- <+Slider.metadata+> -->
@ -1869,6 +2111,9 @@ This element is used to add more space.... more size...to a Container Element or
### visible ### visible
<!-- <+Slider.visible+> --> <!-- <+Slider.visible+> -->
### widget
<!-- <+Slider.widget+> -->
--------- ---------
@ -1905,6 +2150,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Spin.get+> --> <!-- <+Spin.get+> -->
### get_next_focus
<!-- <+Spin.get_next_focus+> -->
### get_previous_focus
<!-- <+Spin.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Spin.get_size+> --> <!-- <+Spin.get_size+> -->
@ -1917,6 +2168,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Spin.hide_row+> --> <!-- <+Spin.hide_row+> -->
### key
<!-- <+Spin.key+> -->
### metadata ### metadata
<!-- <+Spin.metadata+> --> <!-- <+Spin.metadata+> -->
@ -1944,6 +2198,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Spin.visible+> --> <!-- <+Spin.visible+> -->
### widget
<!-- <+Spin.widget+> -->
--------- ---------
### These are non-PEP8 Compliant Methods - do NOT use ### These are non-PEP8 Compliant Methods - do NOT use
@ -1979,6 +2236,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+StatusBar.expand+> --> <!-- <+StatusBar.expand+> -->
### get_next_focus
<!-- <+StatusBar.get_next_focus+> -->
### get_previous_focus
<!-- <+StatusBar.get_previous_focus+> -->
### get_size ### get_size
<!-- <+StatusBar.get_size+> --> <!-- <+StatusBar.get_size+> -->
@ -1991,6 +2254,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+StatusBar.hide_row+> --> <!-- <+StatusBar.hide_row+> -->
### key
<!-- <+StatusBar.key+> -->
### metadata ### metadata
<!-- <+StatusBar.metadata+> --> <!-- <+StatusBar.metadata+> -->
@ -2018,6 +2284,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+StatusBar.visible+> --> <!-- <+StatusBar.visible+> -->
### widget
<!-- <+StatusBar.widget+> -->
--------- ---------
@ -2053,6 +2322,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+Tab.expand+> --> <!-- <+Tab.expand+> -->
### get_next_focus
<!-- <+Tab.get_next_focus+> -->
### get_previous_focus
<!-- <+Tab.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Tab.get_size+> --> <!-- <+Tab.get_size+> -->
@ -2071,6 +2346,9 @@ The following methods are here for backwards compatibility reference. You will
### select ### select
<!-- <+Tab.select+> --> <!-- <+Tab.select+> -->
### key
<!-- <+Tab.key+> -->
### metadata ### metadata
<!-- <+Tab.metadata+> --> <!-- <+Tab.metadata+> -->
@ -2098,6 +2376,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Tab.visible+> --> <!-- <+Tab.visible+> -->
### widget
<!-- <+Tab.widget+> -->
--------- ---------
@ -2150,6 +2431,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+TabGroup.get+> --> <!-- <+TabGroup.get+> -->
### get_next_focus
<!-- <+TabGroup.get_next_focus+> -->
### get_previous_focus
<!-- <+TabGroup.get_previous_focus+> -->
### get_size ### get_size
<!-- <+TabGroup.get_size+> --> <!-- <+TabGroup.get_size+> -->
@ -2162,6 +2449,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+TabGroup.hide_row+> --> <!-- <+TabGroup.hide_row+> -->
### key
<!-- <+TabGroup.key+> -->
### metadata ### metadata
<!-- <+TabGroup.metadata+> --> <!-- <+TabGroup.metadata+> -->
@ -2189,6 +2479,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+TabGroup.visible+> --> <!-- <+TabGroup.visible+> -->
### widget
<!-- <+TabGroup.widget+> -->
--------- ---------
@ -2229,6 +2522,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Table.get+> --> <!-- <+Table.get+> -->
### get_next_focus
<!-- <+Table.get_next_focus+> -->
### get_previous_focus
<!-- <+Table.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Table.get_size+> --> <!-- <+Table.get_size+> -->
@ -2241,6 +2540,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Table.hide_row+> --> <!-- <+Table.hide_row+> -->
### key
<!-- <+Table.key+> -->
### metadata ### metadata
<!-- <+Table.metadata+> --> <!-- <+Table.metadata+> -->
@ -2268,6 +2570,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Table.visible+> --> <!-- <+Table.visible+> -->
### widget
<!-- <+Table.widget+> -->
--------- ---------
@ -2306,6 +2611,12 @@ The following methods are here for backwards compatibility reference. You will
### get ### get
<!-- <+Text.get+> --> <!-- <+Text.get+> -->
### get_next_focus
<!-- <+Text.get_next_focus+> -->
### get_previous_focus
<!-- <+Text.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Text.get_size+> --> <!-- <+Text.get_size+> -->
@ -2318,6 +2629,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+Text.hide_row+> --> <!-- <+Text.hide_row+> -->
### key
<!-- <+Text.key+> -->
### metadata ### metadata
<!-- <+Text.metadata+> --> <!-- <+Text.metadata+> -->
@ -2345,6 +2659,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+Text.visible+> --> <!-- <+Text.visible+> -->
### widget
<!-- <+Text.widget+> -->
--------- ---------
@ -2395,6 +2712,12 @@ See the Column element to get a list of method calls available. The function re
### expand ### expand
<!-- <+Tree.expand+> --> <!-- <+Tree.expand+> -->
### get_next_focus
<!-- <+Tree.get_next_focus+> -->
### get_previous_focus
<!-- <+Tree.get_previous_focus+> -->
### get_size ### get_size
<!-- <+Tree.get_size+> --> <!-- <+Tree.get_size+> -->
@ -2407,6 +2730,9 @@ See the Column element to get a list of method calls available. The function re
### hide_row ### hide_row
<!-- <+Tree.hide_row+> --> <!-- <+Tree.hide_row+> -->
### key
<!-- <+Tree.key+> -->
### metadata ### metadata
<!-- <+Tree.metadata+> --> <!-- <+Tree.metadata+> -->
@ -2437,6 +2763,9 @@ See the Column element to get a list of method calls available. The function re
### visible ### visible
<!-- <+Tree.visible+> --> <!-- <+Tree.visible+> -->
### widget
<!-- <+Tree.widget+> -->
--------- ---------
@ -2485,6 +2814,12 @@ The following methods are here for backwards compatibility reference. You will
### expand ### expand
<!-- <+VerticalSeparator.expand+> --> <!-- <+VerticalSeparator.expand+> -->
### get_next_focus
<!-- <+VerticalSeparator.get_next_focus+> -->
### get_previous_focus
<!-- <+VerticalSeparator.get_previous_focus+> -->
### get_size ### get_size
<!-- <+VerticalSeparator.get_size+> --> <!-- <+VerticalSeparator.get_size+> -->
@ -2497,6 +2832,9 @@ The following methods are here for backwards compatibility reference. You will
### hide_row ### hide_row
<!-- <+VerticalSeparator.hide_row+> --> <!-- <+VerticalSeparator.hide_row+> -->
### key
<!-- <+VerticalSeparator.key+> -->
### metadata ### metadata
<!-- <+VerticalSeparator.metadata+> --> <!-- <+VerticalSeparator.metadata+> -->
@ -2521,6 +2859,9 @@ The following methods are here for backwards compatibility reference. You will
### visible ### visible
<!-- <+VerticalSeparator.visible+> --> <!-- <+VerticalSeparator.visible+> -->
### widget
<!-- <+VerticalSeparator.widget+> -->
------------------------------ ------------------------------
## VPush Element (aliases include `VP` and `VStretch`) ## VPush Element (aliases include `VP` and `VStretch`)
@ -2648,6 +2989,9 @@ Example: If first row has a `VPush`, then your layout will be At the bottom of
### maximize ### maximize
<!-- <+Window.maximize+> --> <!-- <+Window.maximize+> -->
### key
<!-- <+Button.key+> -->
### metadata ### metadata
<!-- <+Window.metadata+> --> <!-- <+Window.metadata+> -->
@ -2714,6 +3058,9 @@ Example: If first row has a `VPush`, then your layout will be At the bottom of
### was_closed ### was_closed
<!-- <+Window.was_closed+> --> <!-- <+Window.was_closed+> -->
### widget_to_element
<!-- <+Window.widget_to_element+> -->
### write_event_value ### write_event_value
<!-- <+Window.write_event_value+> --> <!-- <+Window.write_event_value+> -->

File diff suppressed because it is too large Load Diff