Changed Output Element in call reference. Previously was steering users away from Output Element and to use Multiline instead. Now that the Output element is based directly on Multiline, this recommendation is no longer needed.

This commit is contained in:
PySimpleGUI 2023-02-23 11:56:20 -05:00
parent c4e37eff04
commit 86afe5ae57
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.

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.__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.