Closed dead-crow closed 8 years ago
still up to date
This forum is more intended for the developers of GtkAda than the actual users. Your question is actually a gtk+ / gdk / cairo question, you will probably have more luck on the user's forums for the libraries directly.
Thanks for your answer setton .
I already created a topic on a GTK forum . But because it's specific to this ADA binding , i got no answer . Plus , i think that there is minimum one person here who can help me about it .
I saw your question on that GTK forum.
Opening issues on GtkAda is used to inform the GtkAda team of a bug in their code. If you need help on how to use some software components, you need to ask your question at the right place. Try asking on http://www.stackoverflow.com and tagging your question with the proper gtk and ada tags, I'm sure you'll have better chances of someone replying.
Hi ,
I'm trying to code geometric forms with cairo and display with a gtk_window .
I created the window and a gtk_drawing_area in it .
Maybe , now the "draw" signal is needed ?
If yes , i have no idea of how to use it . I read carefully descriptions in packages , but it doesn't help me .