Re: pixmap/pixbuf confusion
- From: Michael Koppelman <michael aps umn edu>
- To: Owen Taylor <otaylor redhat com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: pixmap/pixbuf confusion
- Date: Sun, 13 Jul 2003 11:04:10 -0500
Thank you for your response. I actually figured that out and since I
wasn't a member of this list (yet) I wasn't sure you guys would even
see the message.
This would seem like a no-brainer except: uninitialized != screen grab
IMHO. Had I seen random gibberish I would have thought that it was
uninitialized. For it to grab the current window seems like a
deliberate action and should perhaps be documented. Better yet, the
color of "empty" IMHO could easily be 0.
Thanks again,
Michael
On Sunday, July 13, 2003, at 07:23 AM, Owen Taylor wrote:
Pixmaps are created with uninitialized contents.
What color do you think "empty" is? Draw a rectangle of that color
over the whole pixmap before drawing the contents.
(draw->style->bg[GTK_STATE_NORMAL] draw->style->bg_gc[GTK_STATE_NORMAL]
will be the color draw->window gets set to on expose unless you've
changed it)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]