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.
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
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).
>
>
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
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
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