----- Original Message -----
From: "Jonathon Jongsma" <jonathon quotidian org>
To: dexter <dexter balabit hu>
CC: gtkmm-list gnome org
Sent: Mon, Apr 14, 2008 3:06:54 PM +0200
Subject: can't seem to find a function
On Mon, Apr 14, 2008 at 7:54 AM, dexter <dexter balabit hu> wrote:
Hi,
On this page
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGdk_1_1PixbufAnimation.html
the get_iter function documentation mentions some functions, such as:
Gdk::PixbufAnimationIter::get_pixbuf()
Gdk::PixbufAnimationIter::get_delay_time()
Gdk::PixbufAnimationIter::advance()
but I cannot find any of these functions either in the docs or in the
source. Am I missing something?
Unfortunately, it looks like those functions never got wrapped. I
guess nobody has needed to use them with gtkmm yet. Please file a bug
so that we remember to add them. In the meantime, you'll probably
have to use the C functions directly with gobj()