Merge pull request #1571 from PySimpleGUI/Dev-latest
Comments clean-up for check-in test
This commit is contained in:
commit
7d6765516e
|
@ -10495,18 +10495,6 @@ def main():
|
|||
# TimerStop()
|
||||
window.Close()
|
||||
|
||||
# layout = [[Text('You are running the PySimpleGUI.py file itself')],
|
||||
# [Text('You should be importing it rather than running it', size=(50, 2))],
|
||||
# [Text('Here is your sample input window....')],
|
||||
# [Text('Source Folder', size=(15, 1), justification='right'), InputText('Source', focus=True),
|
||||
# FolderBrowse(tooltip='Browse for a folder')],
|
||||
# [Text('Destination Folder', size=(15, 1), justification='right'), InputText('Dest'), FolderBrowse()],
|
||||
# [Ok(bind_return_key=True), Cancel()]]
|
||||
#
|
||||
# window = Window('Demo window..').Layout(layout)
|
||||
# event, values = window.Read()
|
||||
# window.Close()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue