comp.lang.ada
 help / color / mirror / Atom feed
From: Bernie Kopelove 703-913-2573 <kopelove%postoffice.sdf.sbis.com@inetgw.fsc.ibm.com>
Subject: Re: Graphics
Date: 5 Jan 1995 21:15:25 GMT
Date: 1995-01-05T21:15:25+00:00	[thread overview]
Message-ID: <3ehnhd$c02@lfsgate.lfs.loral.com> (raw)
In-Reply-To: 3ea6bq$1ahc@news-s01.ny.us.ibm.net

emerrif@ibm.net wrote:
>
> Is there any way to use an advanced graphical innterface with ada?
> Please forward suggestions.
Yes,
That is if I understand your question correctly.

If you would like to use X-windows, there is a binding set available
free from DEC (ftp://gatekeeper.dec.com), as well as several others.
If you would like to use a different GUI, all that is needed really
is to build an Ada binding to the normal C(or whatever language) calls
example:
function createTextField(parent : widget;
			 name 	: system.address;--pointer to a string
			) return widget;
  pragma interface(c,createTextField);
  pragma interface_name(createTextField,
			language.c_subp_prefix &  -- The subprocess
						  -- prefix that the
						  -- binder uses
			"createTextField");       -- The internal
						  -- C function name

successful bindings have been produced for X-windows,MS-Windows,
Windows-NT, and many more.





  reply	other threads:[~1995-01-05 21:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-01-03  0:39 Graphics emerrif
1995-01-05 21:15 ` Bernie Kopelove 703-913-2573 [this message]
1995-01-05 22:10   ` Graphics David Emery
1995-01-06  3:11   ` Graphics Keith Thompson
  -- strict thread matches above, loose matches on Subject: below --
2001-06-07 10:32 Graphics Aaron Como
2001-06-07 11:56 ` Graphics Martin Dowie
2001-06-07 13:36 ` Graphics Ted Dennison
2001-06-07 15:31 ` Graphics M. A. Alves
2001-06-07 19:44   ` Graphics tmoran
2001-06-07 20:36 ` Graphics Joachim Schr�er
2002-01-08 18:29 Graphics Necros
2002-01-11  2:57 ` Graphics Bruce or Tracy Jacobs
2002-01-13 16:00 ` Graphics David Botton
2002-01-14  1:26   ` Graphics Ted Dennison
2002-01-11  5:47 Graphics Gautier Write-only-address
2002-01-11 16:50 Graphics Beard, Frank [Contractor]
2002-01-11 18:11 ` Graphics Necros
2002-01-11 20:01   ` Graphics Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox