comp.lang.ada
 help / color / mirror / Atom feed
* Newbie again!
@ 2001-04-17 10:31 Michael Andersson
  2001-04-17 10:49 ` Preben Randhol
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Andersson @ 2001-04-17 10:31 UTC (permalink / raw)


Hi!
I've looked at the c-code from the zktor.c examples that comes with
gtkglarea and I want to convert the following c-statements to Ada:
gtk_idle_add((GtkFunction)animate, glarea);

and
gtk_widget_draw(GTK_WIDGET(glarea), NULL);

When trying to do this I get the following error message from gnatmake:
expected type "Gdk_Rectangle" defined at gdk-rectangle.ads:34
found an access type
"Idle_Add" not declared in "Gtk"

I can't find Idle_Add in the documetation but there seems to be a
Gtk.Main.Idle.Add. The problem is that I want to pass a Gtkglarea to the
idle function.

Can somebody please help me!

/Michael Andersson

ps. Sorry for all the questions but I really need to get this to work
and I haven't received my Ada-book yet.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-17 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-17 10:31 Newbie again! Michael Andersson
2001-04-17 10:49 ` Preben Randhol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox