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,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-23 12:34:35 PST Path: archiver1.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: Wish List : Ada95 to FOX Date: 23 Apr 2002 15:24:01 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3CB46975.90408@snafu.de> <5ee5b646.0204121930.64733eeb@posting.google.com> <5wTt8.15598$C21.3515342@news6-win.server.ntlworld.com> <5ee5b646.0204130620.114953ae@posting.google.com> <4519e058.0204180615.150e4bef@posting.google.com> <357f0f4aab2ac8ef39234c96f0ab6311.48257@mygate.mailgate.org> <3CC5997E.4040904@home.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1019590211 23758 128.183.220.71 (23 Apr 2002 19:30:11 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 23 Apr 2002 19:30:11 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:23008 Date: 2002-04-23T19:30:11+00:00 List-Id: "Warren W. Gay VE3WWG" writes: > One area that has traditionally been a sore point in Ada and GUIs is > the client_data parameter in callbacks. Gtk kind of hacks around this, > but I'd like to see a more perfect (Ada95) solution to this problem. Do you like the Windex solution to this? I use generics. Best example is in the Menus package. -- -- Stephe