Re: [Vala] Set a RGBA colourmap on Gtk.Window
- From: David Gomes <davidrafagomes gmail com>
- To: Abderrahim Kitouni <a kitouni gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Set a RGBA colourmap on Gtk.Window
- Date: Thu, 19 Jan 2012 21:29:17 +0000
Thanks for the links.
So I read them and I did this:
Visual terminal_visual = this.get_screen ().get_rgba_visual ();
my_terminal.set_visual (terminal_visual);
my_terminal.set_background_transparent (true);
I did it, but I still get the wallpaper as background, instead of real
transparency, so I can see underneath windows.
What am I doing wrong? Thanks.
On Thu, Jan 19, 2012 at 3:03 PM, Abderrahim Kitouni <a kitouni gmail com>wrote:
في ر، 18-01-2012 عند 16:55 +0000 ، كتب David Gomes:
Hey, I read the following on Valadoc here:
http://valadoc.org/vte-2.90/Vte.Terminal.background_transparent.html,
Note: When using a compositing window manager, you should instead set a
RGBA colourmap on the toplevel window, so you get real transparency.
Now my doubt is how to set an RGBA colormap on a widget or on a
Gtk.Window?
See the following methods:
http://valadoc.org/gdk-3.0/Gdk.Screen.get_rgba_visual.html
http://valadoc.org/gtk+-3.0/Gtk.Widget.set_visual.html
HTH,
Abderrahim
--
David Gomes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]