Tagged Questions
1
vote
1answer
411 views
Modify font size and color of a button's label in GTKAda
Anybody knows how to modify the characteristics of the label of a button in GTKAda.
I have tried with Pango's package and Style's package with Widget's package and they don't change the properties.
...
1
vote
1answer
118 views
How to manage exceptions when using gtkada
When I'm using gtkada and my GUI is running, no exception is managed and the program always crashes. The message is
This application has requested the Runtime to terminate it in an unusual way.
...