RE: transparent gtkwindow

2007-02-06 Thread Dheeraj V.S.
Suma H.S wrote: > How to create a transparent gtkwindow with alpha values on Windows and > Linux? gtk_widget_shape_combine_mask () could be what you want. Dheeraj -- ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.

transparent gtkwindow

2007-02-06 Thread Suma H.S
hi, How to create a transparent gtkwindow with alpha values on Windows and Linux? Regards, Suma ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: scrolledview

2007-02-06 Thread James Scott Jr
On Tue, 2007-02-06 at 21:40 +0100, Mehmet YASAR wrote: > Hi, > > I need some advice about scrolled views. > > I have a gtkscrolledview containing a gtkvbox, I'm adding many > gtktextviews to the vbox. I'd like to select which gtktextview is > displayed when I call gtk_widget_show(gkvbox). > >

scrolledview

2007-02-06 Thread Mehmet YASAR
Hi, I need some advice about scrolled views. I have a gtkscrolledview containing a gtkvbox, I'm adding many gtktextviews to the vbox. I'd like to select which gtktextview is displayed when I call gtk_widget_show(gkvbox). The problem I have is related to the fact that each widget have a differ

Re: GMutex vs GStaticMutex

2007-02-06 Thread Tristan Van Berkom
On Tue, 2007-02-06 at 00:18 +0100, Tomasz Jankowski wrote: > :( I still don't know understand... > > 1. GStaticMutex are cheaper in use, am I right? They are allocated on the stack and can be initialized at compile time. there is also a little blurb here [1] about some technical details about no

ms-windows theme and button colors

2007-02-06 Thread bernhard . rumpler
Hello all, since switching from gtk-2.8 to gtk-2.10 I cannot set the colors of Buttons via a resource file when using the ms-windos theme. With any other theme, I can change the button colors via the resource file. Does anyone know the reason for this changed behaviour? I use the following def