Город МОСКОВСКИЙ
00:09:10

Passing data between child and parent window in Tkinter Toplevel

Аватар
Python практика
Просмотры:
20
Дата загрузки:
02.12.2023 09:03
Длительность:
00:09:10
Категория:
Технологии и интернет

Описание

How to open child window: https://youtu.be/IJ3DsGn_rco
Disable and hide Parent window from child : https://youtu.be/MLNAFTmh3iQ

We can pass data from child window and display the same in Parent window.
We will declare a string variable in Parent window and add one entry widget in child window. The string variable in parent window will be connect to the Label in parent window.
The data entered in child window entry widget will be set to the string variable on click of a button.

https://www.plus2net.com/python/tkinter-Toplevel-data.php

Part I on how to open and close child window from parent window
https://youtu.be/IJ3DsGn_rco

#tkintertoplevel #databetweenwindow #childwindowdata #parentwindowdata #plus2net #tkinter #python #passingdata, #windowsPassingData

Рекомендуемые видео