ecookbook restoring the folders for testing...
This commit is contained in:
parent
0574702876
commit
9f40a47d30
109 changed files with 0 additions and 0 deletions
10
docs/eCookbook/layouts/swapping-window-layouts.md
Normal file
10
docs/eCookbook/layouts/swapping-window-layouts.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
**(Simulated) Swapping of Entire Window Contents**
|
||||
|
||||
While it's not possible to make layouts that are truly dynamic in PySimpleGUI, you can make things appear they do.
|
||||
|
||||
In this demo the goal is to swap out the entire window, except for the bottom row of buttons, with a completely different "layout".
|
||||
|
||||
The way this is accomplished is to create multiple `Column` Elements that are all hidden except for the currently visible one.
|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/90e0dd133c?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue