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,5bddcaa4ae64b29d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-20 07:30:44 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gtkada Date: 20 Sep 2002 10:23:43 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3D8AF8D4.7090800@wanadoo.fr> <3D8B1B95.8020707@domain.invalid> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1032532444 29684 128.183.220.71 (20 Sep 2002 14:34:04 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 20 Sep 2002 14:34:04 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:29221 Date: 2002-09-20T14:34:04+00:00 List-Id: user@domain.invalid writes: > gtk.drawing_area spec says : > --------------------------------------------------------- > > -- * Connect it to "button_press" and "button_release" events, when you want > -- it to react to user input. Note that you need to set up the event mask > -- with a call to Gtk.Widget.Set_Events. > --------------------------------------------------------- > > > so i dont understand why my call to connect doesn't work > Sounds like a bug in the specs. Or, maybe your code doesn't do what you think it does :). Post the code on the GtkAda mailing list. -- -- Stephe