[gtkada] Eeeeeeeeeeeeeek!

Chris Sparks mr_ada at cox.net
Sun Jul 21 09:29:47 CEST 2013


I found it in Gtk-Widget.ads

I don't use Gtk so I am not sure how I'd get the event so that I can 
redraw my windows.

chris
> 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;
>



More information about the gtkada mailing list