Re: [Vala] Set a RGBA colourmap on Gtk.Window

2012-01-20 Thread Abderrahim Kitouni
في خ، 19-01-2012 عند 21:29 + ، كتب David Gomes: > 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

Re: [Vala] Set a RGBA colourmap on Gtk.Window

2012-01-19 Thread David Gomes
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

Re: [Vala] Set a RGBA colourmap on Gtk.Window

2012-01-19 Thread Abderrahim Kitouni
في ر، 18-01-2012 عند 16:55 + ، كتب 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 r

[Vala] Set a RGBA colourmap on Gtk.Window

2012-01-18 Thread 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