Re: [gtkmm] Transparent rectangles/images?
- From: Paul Davis <paul linuxaudiosystems com>
- To: "Drinkin Park" <drink_n_park hotmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Transparent rectangles/images?
- Date: Sat, 22 Nov 2003 21:31:07 -0500
>Is there any way to draw a partially transparent rectangle or image to a
>Pixmap? I assume that if there was, the transparency would be set in the GC
>used in the draw function, but I can't find such a function in the GC class.
no, X at the moment does not generally support compositing (though the
XRender extension is changing this slowly).
use the Gnome::Canvas to do this. it will double buffer itself into a
pixmap that is blitted to the screen at the right time.
>Or is this functionality supported in the OpenGL extension for gtkmm?
might be, not sure.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]