Re: Problem with GtkIconSet



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]