Re: How to create irregularly shaped window with GTK+3.0

2011-09-26 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1,SHA512 jwm wrote: > As far as I managed to work out, you must use cairo now which > means the user must have desktop compositing enabled. Ah, and the good news, the code in gcin do work on all window managers, even on those has no compositing supporte

Re: How to create irregularly shaped window with GTK+3.0

2011-09-26 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1,SHA512 Weitian Leung wrote: > I used to simply call gtk_widget_shape_combine_mask and > gdk_window_set_back_pixmap to create the irregularly-shaped window > with the png image with gtk+2.0. I happened to know one working code snippet existed in an

Re: How to create irregularly shaped window with GTK+3.0

2011-09-20 Thread jwm . art . net
Leung Sender: gtk-app-devel-list-boun...@gnome.org To: gtk-app-devel-list@gnome.org Subject: How to create irregularly shaped window with GTK+3.0 Sent: 20 Sep 2011 10:16 Hi All, I wonder how to create irregularly shaped window with gtk+3.0. I used to simply call gtk_widget_shape_combine_mask and

How to create irregularly shaped window with GTK+3.0

2011-09-20 Thread Weitian Leung
Hi All, I wonder how to create irregularly shaped window with gtk+3.0. I used to simply call gtk_widget_shape_combine_mask and gdk_window_set_back_pixmap to create the irregularly-shaped window with the png image with gtk+2.0. Now I can't find any useful information how with gtk+3.0. Coul