The problem was in the callback's arguments, thanks.
PS. Nickolai:
I cut out most of the code to make things clearer, don't worry I did
add the widgets to a table and the table to the window.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.o
Hello.
I'm am new to gtk+ and I try to write a simple application, I need to
read a double from an entry, I've already written a parsing
*char->double function but I can't even read from the entry using
gtk_editable_get_chars because I get Segmentation Fault. I don't know
what is the reason for thi