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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,91c9fecfd085bbb5 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Ada 95 Windows GUI Classes Date: 1999/06/21 Message-ID: <7klf2u$10eu$1@news.gate.net>#1/1 X-Deja-AN: 492091447 References: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 929972126 33246 199.227.189.56 (21 Jun 1999 13:35:26 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 21 Jun 1999 13:35:26 GMT Newsgroups: comp.lang.ada Date: 1999-06-21T13:35:26+00:00 List-Id: See http://www.adapower.com/windows David Botton Chris Warwick wrote in message ... >I have been toying about with ways to represent large amounts of code, and >would like to examine the issues with putting a Windows GUI on top of my >work... Rather than spending the next 50 years learning how to program >Windows, I was wondering if there are classes available that I could change to >meet my needs... > >Essentially I am looking for something with a user interface similar to most >CASE tools... you know different types of boxes, with different types of lines >drawn between them... > >Any ideas would be helpful thanks...