I am new to Python GTK programming. In my UI i have a button. On click of that i have to open a popup which has a three button and some label. I have to pass some variables from main window to popup window. on click of buttons on the popup window I have to update this variable. Then once i close this popup window I need the updated value of the variables in main window.
1. Can I do this in Python GTK.
2. If yes how will i go about achieving it.
3. Can I use glade file for creating a glade file.
I am new to Python GTK programming. In my UI i have a button.
Share
You probably need dialog boxes.
From pygtk :