On Wed, Feb 15, 2006 at 11:50:01AM +0000, Per Hedbor () @ Pike (-) developers forum wrote:
I think you are somewhat confused. :-)
yes, but only as to the point where the image is sent to the server (see below)
Pixmaps are always kept in the server. There is really no sending done here, except for the initial creation of them
i am well aware of that, and it is this initial sending i meant.
(which is done by the time the constructor of GDK.Pixmap() returns)
ok, from the docs (comparing GDK.Pixmap() with GTK.Pixmap()) i thought GTK.Pixmap() would be the one doing the sending.
The solution is to actually handle refcounts correctly for GDK objects. Since they are now actual objects (in GTK 2.0) it's possible. :-)
is that a problem in the pike gtk1 bindings?
greetings, martin.