@@ -21,10 +21,6 @@ callbacks area), and object-oriented programming. As opposed to common
2121knowledge, it requires *less * type casting than with in C. Its efficiency is
2222about the same as the C library through the use of inline subprograms.
2323
24- GtkAda comes with a complete integration to the graphical interface builder
25- `Glade `. This makes it even easier to develop interfaces, since you just have to
26- click to create a description of the window and all the dialogs. Ada code can
27- simply import that description to bring the windows to life.
2824
2925Under some platforms, GtkAda also provides a bridge to use OpenGL, with which
3026you can create graphical applications that display 3D graphics, and display
@@ -33,14 +29,12 @@ document OpenGL at all, see any book on OpenGL, or the specification that came
3329with your OpenGL library, for more information.
3430
3531The following Internet sites will always contain the latest public packages for
36- `GtkAda `, `gtk+ `, ` Glade ` and `Cairo `
32+ `GtkAda `, `gtk+ ` and `Cairo `
3733
3834* `https://github.com/AdaCore/gtkada <https://github.com/AdaCore/gtkada >`_
3935
4036* `http://www.gtk.org/ <http://www.gtk.org/ >`_
4137
42- * `http://glade.gnome.org/ <http://glade.gnome.org/ >`_
43-
4438* `http://www.cairographics.org/ <http://www.cairographics.org/ >`_
4539
4640This toolkit was tested on the following systems:
0 commit comments