fsw wrote:Things like the headerbar need a GTK window, a PB window cannot be used.
please pardon my linux newbieness but I thought PB windows in Linux were GTK windows? what framework do they use otherwise?
If you look at my example in the Linux forum you can see for yourself.
Exchange the GTK window with OpenWindow and menu events stop working because the PB window is a "finalized" window (whatever the GTK folks mean with that...)
BTW: I'm a newbie in many things myself...
I have just posted an example that uses a GtkHeaderBar in a PB window with a PB menu bar integrated into the GtkHeaderBar...