Re: Pixmap reference count
- From: Olexiy Avramchenko <ath beast stu cn ua>
- To: Bryan Brown <bbrown saltmine radix net>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Pixmap reference count
- Date: Fri, 04 Oct 2002 09:24:57 +0300
Bryan Brown wrote:
With gtk 1.2 is there a way to get the reference count on a pixmap? I
don't see an obvious function that does that.
Hi, Bryan
/* You have to include private gdk header: */
#include <gdk/gdkprivate.h>
/* and make a cast: */
((GdkWindowPrivate*)pixmap)->ref_count
/* Olexiy */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]