Re: gdk_draw_bitmap?
- From: Martynas Kunigelis <mkunigelis alna lt>
- To: "gtk-devel-list redhat com" <gtk-devel-list redhat com>
- Subject: Re: gdk_draw_bitmap?
- Date: Thu, 29 Jul 1999 16:52:46 +0200 (CEST)
On Thu, 29 Jul 1999, Havoc Pennington wrote:
> gdk_draw_pixmap() should work, but notice that you can only draw a bitmap
> to another bitmap (in general, the bit depths of the two pixmaps have to
> match).
>
In other words, pixmaps (bitmaps) can be drawn only onto drawables with
the same depth, right?
Anyway, either the declaration of gdk_draw_bitmap shoud be removed or the
function should be implemented. How it can be implemented is another
question: perhaps set the bitmap as the gc clip mask, then call
gdk_draw_rectangle()?
-Martynas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]