[gtkada] Eeeeeeeeeeeeeek!
Dmitry A. Kazakov
mailbox at dmitry-kazakov.de
Sun Jul 21 08:28:44 CEST 2013
On Sat, 20 Jul 2013 21:21:19 -0700, you wrote:
> I am not seeing expose events, which is usually what kicks off the
> drawing of objects. Well at least in my code.
>
> Anyone have a clue?
Exposed event was ditched.
It is the "draw" event now. The handler is also a function but the
parameters are different:
function Draw
( Widget : access My_Widget_Record'Class;
Context : Cairo_Context
) return Boolean;
--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
More information about the gtkada
mailing list