Re: To make the menubar background transparent

2005-11-15 Thread Kevin Brooks
--- sadhees kumar <[EMAIL PROTECTED]> wrote: > Hi Friends, > Im using my GTK+ in my embedded application, im > using a menubar in it, all > i want is to make the menubar's background > transperent. > If anybody have come cross across this problem > please let me know with some > example code.

Re: gtk rendering order

2005-10-05 Thread Kevin Brooks
With the double buffering turned on, any drawing is pushed onto a stack before the updated window is made visible. Is it possible to reverse the stack just before the flush in order to boost the performance? Kev --- John Cupitt <[EMAIL PROTECTED]> wrote: > On 10/5/05, Kevin Brook

RE: gtk rendering order

2005-10-05 Thread Kevin Brooks
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kevin Brooks > Sent: Sunday, October 02, 2005 1:32 AM > To: gtk-app-devel-list@gnome.org > Subject: gtk rendering order > > Hello, > > I had a gtk window and a gtk button was put

gtk rendering order

2005-10-01 Thread Kevin Brooks
Hello, I had a gtk window and a gtk button was put on the window. But the button was totally covered by the window background when the window background was set to solid color or image. Does anyone know how to solve this problem? I also want to know the rendering order of gtk widgets. The gtk w