From 159d98a2dcd8e643c264dd398fff9e095a6e2910 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 29 Aug 2018 18:15:59 -0400 Subject: [PATCH] 2.11 Docs --- Demo_Cookbook.py | 1 - docs/index.md | 3 ++- readme.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Demo_Cookbook.py b/Demo_Cookbook.py index 2d1e6954..38caa5d4 100644 --- a/Demo_Cookbook.py +++ b/Demo_Cookbook.py @@ -799,7 +799,6 @@ while True: form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI', default_button_element_size=(8,2),auto_size_buttons=False) button, values = form.LayoutAndRead(layout) - print(button, values) # show it all again and get buttons while True: if button is None or button is 'Exit': diff --git a/docs/index.md b/docs/index.md index a0dd2d9f..5a32a4df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ # PySimpleGUI - (Ver 2.10) + (Ver 2.11) ![Documentation Status](https://readthedocs.org/projects/pysimplegui/badge/?version=latest) Lots of documentation available in addition to this Readme File. @@ -1872,6 +1872,7 @@ A MikeTheWatchGuy production... entirely responsible for this code.... unless it | 2.8.0 | Aug 9, 2018 - New None default option for Checkbox element, text color option for all elements, return values as a dictionary, setting focus, binding return key | 2.9.0 | Aug 16,2018 - Screen flash fix, `do_not_clear` input field option, `autosize_text` defaults to `True` now, return values as ordered dict, removed text target from progress bar, rework of return values and initial return values, removed legacy Form.Refresh() method (replaced by Form.ReadNonBlockingForm()), COLUMN elements!!, colored text defaults | 2.10.0 | Aug 25, 2018 - Keyboard & Mouse features (Return individual keys as if buttons, return mouse scroll-wheel as button, bind return-key to button, control over keyboard focus), SaveAs Button, Update & Get methods for InputText, Update for Listbox, Update & Get for Checkbox, Get for Multiline, Color options for Text Element Update, Progess bar Update can change max value, Update for Button to change text & colors, Update for Image Element, Update for Slider, Form level text justification, Turn off default focus, scroll bar for Listboxes, Images can be from filename or from in-RAM, Update for Image). Fixes - text wrapping in buttons, msg box, removed slider borders entirely and others +| 2.11.0 | Aug 29, 2018 - Lots of little changes that are needed for the demo programs to work. Buttons have their own default element size, fix for Mac default button color, padding support for all elements, option to immediately return if list box gets selected, FilesBrowse button, Canvas Element, Frame Element, Slider resolution option, Form.Refresh method, better text wrapping, 'SystemDefault' look and feel setting, ### Release Notes 2.3 - Sliders, Listbox's and Image elements (oh my!) diff --git a/readme.md b/readme.md index a0dd2d9f..5a32a4df 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ # PySimpleGUI - (Ver 2.10) + (Ver 2.11) ![Documentation Status](https://readthedocs.org/projects/pysimplegui/badge/?version=latest) Lots of documentation available in addition to this Readme File. @@ -1872,6 +1872,7 @@ A MikeTheWatchGuy production... entirely responsible for this code.... unless it | 2.8.0 | Aug 9, 2018 - New None default option for Checkbox element, text color option for all elements, return values as a dictionary, setting focus, binding return key | 2.9.0 | Aug 16,2018 - Screen flash fix, `do_not_clear` input field option, `autosize_text` defaults to `True` now, return values as ordered dict, removed text target from progress bar, rework of return values and initial return values, removed legacy Form.Refresh() method (replaced by Form.ReadNonBlockingForm()), COLUMN elements!!, colored text defaults | 2.10.0 | Aug 25, 2018 - Keyboard & Mouse features (Return individual keys as if buttons, return mouse scroll-wheel as button, bind return-key to button, control over keyboard focus), SaveAs Button, Update & Get methods for InputText, Update for Listbox, Update & Get for Checkbox, Get for Multiline, Color options for Text Element Update, Progess bar Update can change max value, Update for Button to change text & colors, Update for Image Element, Update for Slider, Form level text justification, Turn off default focus, scroll bar for Listboxes, Images can be from filename or from in-RAM, Update for Image). Fixes - text wrapping in buttons, msg box, removed slider borders entirely and others +| 2.11.0 | Aug 29, 2018 - Lots of little changes that are needed for the demo programs to work. Buttons have their own default element size, fix for Mac default button color, padding support for all elements, option to immediately return if list box gets selected, FilesBrowse button, Canvas Element, Frame Element, Slider resolution option, Form.Refresh method, better text wrapping, 'SystemDefault' look and feel setting, ### Release Notes 2.3 - Sliders, Listbox's and Image elements (oh my!)