From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e038a8aa721c146,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-17 01:15:26 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!newspump.monmouth.com!newspeer.monmouth.com!news.tele.dk!195.158.233.21!news1.ebone.net!news.ebone.net!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!pluto.his.se!10.185.70.37 From: Michael Andersson Newsgroups: comp.lang.ada Subject: Sending event to a widget! (Again :-) ) Date: Tue, 17 Apr 2001 10:14:54 +0200 Organization: Chalmers University of Technology Message-ID: <3ADBFB7E.EBC216AF@ida.his.se> NNTP-Posting-Host: pluto.his.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nyheter.chalmers.se 987495150 33 193.10.178.51 (17 Apr 2001 08:12:30 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 17 Apr 2001 08:12:30 GMT X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-22 i686) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:6939 Date: 2001-04-17T08:12:30+00:00 List-Id: Hi! I was a little bit tired yesterday and forgott to name the widget...... sorry about that. I'm working on an OpenGL application that uses the GtkGLArea widget. I want to do some animation so I registerd a timeout function that will be called every 30 milliseconds. This function should call my Display function which will redraw the scen. Display is also a Expose_Event - callback so I want to send a Expose_Event to the GtkGLArea widget. How do I do this? Thanks! /Michael Andersson