Questions tagged [gtkada]

19 questions
0
votes
0 answers

How to retrieve the identifier of a Label?

i'm trying to progress in GtkAda using Glade 3.40 which seems cool. I much like thie idea to let the engine of Gtk works for the coder, thru GkAda, & let the coder to concentrate on real added value. -So i tried some examples on internet. The…
Mark
  • 43
  • 5
0
votes
2 answers

how i can to align a widget with Gtk_Grid

i've this code Main.adb With Gtk.Main; Use Gtk.Main; With Gtk.Window; Use Gtk.Window; With Gtk.Button; Use Gtk.Button; With Gtk.Widget; Use Gtk.Widget; With Gtk.Grid; Use Gtk.Grid; Procedure Main is Win :…
0
votes
1 answer

GTKAda hello world

I am having linking errors trying to run the gtkada sample program that comes with GPS. Link [link] main.adb /usr/lib/x86_64-linux-gnu/libgtk-3.so: undefined reference to `pango_fc_font_map_config_changed' collect2: error: ld returned 1…
A Mara
  • 3
  • 3
0
votes
1 answer

Unable to pass box widget using callback handler in Gtkada

I've created a program "freedisk" to display some data in a Gtk3 grid. A new window is filled with some boxes for layout and labelling purposes, with the main content, intended to be updateable, filling the grid, itself within a VBox. The display of…
1
2