Thanks Tadej , it's useful. Now I created a popup window and connected to
the main window.
I want to hide the popup window when the 'OK' button was clicked and I
implement it using code
g_signal_connect_swapped ( ... );
however, this way is a hybrid solution.
Is there anyway to do it in glade?
Th
Hello.
Both manually creating a dialog and using glade to do it are valid
choices in this case. What you'll do depends on the complexity of the
dialog (complex layout can be easier to create using glade).
I wrote a simplistic blog post about dialogs in GTK+ which you may
find useful. It displays