Download Latest Version fuzzy_5_15.tgz (6.6 MB)
Email in envelope

Get an email when there's a new version of Fuzzy sets for Ada

Home / sources / test_gtkada
Name Modified Size InfoDownloads / Week
Parent folder
readme_gtkada.txt 2025-06-30 1.4 kB
gtkada_contributions-source_view-tests.gpr 2025-06-23 633 Bytes
gtkada_contributions-rsvg-tests.gpr 2025-06-23 571 Bytes
components-gtk-tests.gpr 2025-06-23 519 Bytes
components-gnade-gtk-tests.gpr 2025-06-23 588 Bytes
test_gtk_button.adb 2023-12-10 3.3 kB
test_gtk_button.css 2023-12-09 2.1 kB
test_gtk_custom_button.ads 2022-04-08 2.2 kB
test_gtk_missed.adb 2020-06-01 6.6 kB
test_gtk_rsvg.adb 2019-09-14 7.9 kB
test_gtk_source_view.adb 2019-09-14 7.7 kB
test_gtk_directory_browser.adb 2019-09-14 27.4 kB
gtkada_contributions-tests.gpr 2019-08-20 1.7 kB
test_gtk_asynchronous_spawn.adb 2019-06-06 7.7 kB
test_gtk_spawn.adb 2019-06-06 4.5 kB
test_gtk_persistent_directory_browser.adb 2018-07-29 12.8 kB
test_gtk_recent_manager.adb 2018-07-29 13.1 kB
test_gtk_tasking.adb 2018-04-30 5.4 kB
test_gtk_color.adb 2016-10-08 6.4 kB
gtk-tree_model-custom_store.adb 2016-07-21 12.8 kB
test_gtk_content_type.adb 2016-07-21 7.3 kB
test_gtk_fixed.adb 2016-07-21 6.5 kB
test_gtk_tracing.adb 2015-10-09 7.2 kB
test_gtk_extension_store.adb 2014-11-22 8.0 kB
test_gtk_columned_store.adb 2014-11-22 10.2 kB
test_gtk_controlled_string_list.adb 2014-05-30 3.4 kB
test_gtk_custom_store.adb 2014-05-30 7.3 kB
test_gtk_enum_combo_box.adb 2014-05-30 866 Bytes
gtk-tree_model-custom_store.ads 2014-05-30 6.5 kB
test_gtk_fixed_handlers.ads 2014-05-30 2.2 kB
test_gtk_p_enum.ads 2011-01-08 225 Bytes
Totals: 31 Items   185.1 kB 0
This  directory  contains  various  tests.  To  build them with GNAT Ada
compiler use the following command line: 

1. Under Windows, assuming that C:/GtkAda is the installation  directory
   of GtkAda: 

gnatmake -Ic:/gtkada/include/gtkada -I.. -I../2.18.0 <test-file>.adb -largs -lgio-2.0 -mwindows

Change the directory 2.14.2 to 2.14.0 if you don't have one of these.

2. Under Linux:

gnatmake -I.. -I../2.18.0 <test-file>.adb `gtkada-config`

Change  the  directory to 2.14.0, 2.14.2, 2.18.0 according to the GtkAda
version you have.  Add -lgio-2.0 and/or -ldl if these are not referenced
by gtkada-config. 

To build test_gtk_source_view you need GtkSourceView:

gnatmake -I.. -I../2.18.0 test_gtk_source_view.adb `gtkada-config` -lgtksourceview-2.0

Note that GNAT GPL 2011 is used on more recent systems that have Gnome3,
you must have gtk2 installed. Sometimes you would have to do:

export FONTCONFIG_PATH=/etc/fonts
LD_LIBRARY_PATH=/usr/local/lib:/usr/gnat/lib/gps:$LD_LIBRARY_PATH <program>

to be able to run applications built with GtkAda.

To use with GNAT GPS a gpr file is provided. You might need to modify it
to reflect your system settings.

Note that the following tests require the strings  edit  library  (which
can be found at http://www.dmitry-kazakov.de/ada/strings_edit.htm): 

   test_gtk_directory_browser.adb
Source: readme_gtkada.txt, updated 2025-06-30