adding transparency to Gtk widgets
- From: harshavardhanreddy mandeepala <hvreddy1110 gmail com>
- To: gtk-app-devel-list gnome org
- Subject: adding transparency to Gtk widgets
- Date: Thu, 5 Nov 2009 10:10:19 +0530
Hi,
Is there any way to make Gtk widgets transparent.
By using Murrine theme engine and little modifications to my gtk
application i could do.
In my application I added the following lines
For my main window/widget i did the fallowing( as per Cimi's update).
/***
screen = gtk_widget_get_screen (totem->win);
colormap = gdk_screen_get_rgba_colormap (screen);
if (colormap)
gtk_widget_set_default_colormap (colormap);
**/
It's working fine.
But If I don't use murrine theme engine the effect(transparancy/glassy) will
not be seen.
I don't want to use murrine theme engine. Instead i want to modify in Gtk
library.
Is there any update on this.
Thanks in advance.
Regards,
HVR
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]