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,c9451537593407b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-24 21:55:07 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!arclight.uoregon.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: "Bobby D. Bryant" Newsgroups: comp.lang.ada Subject: Re: GtkAda or Ada or a binding? Keys Date: Mon, 24 Sep 2001 22:48:53 -0600 Organization: dis- Message-ID: <9op2do$b8r$1@geraldo.cc.utexas.edu> References: <0onr7.9325$Ck.1581110@news6-win.server.ntlworld.com> NNTP-Posting-Host: dial-48-93.ots.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: geraldo.cc.utexas.edu 1001393400 11547 128.83.251.189 (25 Sep 2001 04:50:00 GMT) X-Complaints-To: abuse@cc.utexas.edu NNTP-Posting-Date: Tue, 25 Sep 2001 04:50:00 +0000 (UTC) User-Agent: Pan/0.9.7 (Unix) X-No-Productlinks: Yes Xref: archiver1.google.com comp.lang.ada:13309 Date: 2001-09-24T22:48:53-06:00 List-Id: In article <0onr7.9325$Ck.1581110@news6-win.server.ntlworld.com>, "chris.danx" wrote: > Does GtkAda have any support for getting key presses from the user? Yes, you will need to set up a callback for a "key_press_event", and provide a procedure (with a particular kind of signature) to actually handle the event. There will be some uphill learning before you can figure out how to do that, but in my experience it has been well worthwhile. Bobby Bryant Austin, Texas