[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Problem with GtkIconSet
- From: Sven Neumann <sven gimp org>
- To: "Alexey A. Malyshev" <maa sparc spb su>
- Cc: gtk-list gnome org
- Subject: Re: Problem with GtkIconSet
- Date: 09 Nov 2001 14:12:49 +0100
Hi,
"Alexey A. Malyshev" <maa sparc spb su> writes:
> What's wrong in
> ref = *iconset->ref_count;?
it should be
ref = iconset->ref_count;
apart from that you shouldn't fiddle with internals of the
widgets, especially not with ref_count. All widget struct
fields are supposed to be private.
Salut, Sven
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]