create using glade).
>
> I wrote a simplistic blog post about dialogs in GTK+ which you may
> find useful. It displays both methods of creating a dialog windows -
> from code and with glade. You can find it here:
> http://tadeboro.blogspot.com/2009/05/using-pop-up-windows.html
>
hi,
I am new to GTK+ development and I used glade3 to create my application
window which contains a menu. If a menu item is activated, I want to popup
another window.
I think the easiest way is to write a callback function to create it in C
code, but is this the common way? or is it possible to cr