Please implement the GtkHeaderBar

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Please implement the GtkHeaderBar

Post by Shardik »

fsw wrote:
Keya wrote:
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... :wink:
Post Reply