Merge pull request #6250 from PySimpleGUI/Dev-latest

Changed Output Element in call reference.  Previously was steering us…
This commit is contained in:
PySimpleGUI 2023-02-23 11:56:35 -05:00 committed by GitHub
commit 2a4831ac63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -7208,11 +7208,11 @@ Parameter Descriptions:
--------- ---------
## Output Element (No longer recommended - USE `Multiline` instead) ## Output Element
Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.
You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. Now based on the `Multiline` element
Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.

View File

@ -1557,11 +1557,11 @@ The following methods are here for backwards compatibility reference. You will
--------- ---------
## Output Element (No longer recommended - USE `Multiline` instead) ## Output Element
Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.
You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. Now based on the `Multiline` element
<!-- <+Output.doc+> --> <!-- <+Output.doc+> -->
<!-- <+Output.__init__+> --> <!-- <+Output.__init__+> -->

View File

@ -7208,11 +7208,11 @@ Parameter Descriptions:
--------- ---------
## Output Element (No longer recommended - USE `Multiline` instead) ## Output Element
Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.
You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. Now based on the `Multiline` element
Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.