davidsansome / gtk-qt-engine

Automatically exported from code.google.com/p/gtk-qt-engine
7 stars 4 forks source link

allow gtk2 drawing in qt when using Mac OS X like menu bar #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Issue imported from Trac - rrs@researchut.com)

Hi, 

Currently a user can save desktop space by utilizing the Mac OS X like 
menu bar as a panel for many application buttons/applets. This way a user 
can use a single bar for both, application buttons/applets and application 
menus. This trick works perfect for KDE based applications. But when using 
gtk based applications, it doesn't. The gtk based applications still draw 
a separate menu bar and don't use the Mac OS X like menu bar. 

Would it be possible to make (using gtk2-engines-gtk-qt) the gtk based 
applications also to draw their menu bar on the Mac OS X like menu bar 
that KDE provides. 

Thanks, Ritesh

Original issue reported on code.google.com by davidsansome on 1 Apr 2009 at 1:53