Re: [Anjuta-list] How do I create this simple program in ajunta?



Hi Brian,

Brian Lavender a écrit :
I am able to build it with F11 and it runs. Now of course no callbacks
are registered, so now that is where I am stuck. I am stuck with glade,
and how to add a widget and corresponding callbacks. I guess that I
could erase everything, but I am curious how to add the widgets and the
callbacks within the existing framework. What do I do next?

I'm not really using this in Anjuta so I don't know if it's working fine in your version.

But at least in Anjuta 2.3.2, I can create a new Gtk project and it is using a glade file by default. You just need to click on the glade file to edit it and add buttons and labels. Then, I have connected a signal with glade_xml_signal_autoconnect and it's working after adding --export-dynamic in the Makefile.

So it could be more smooth but it's working. If you think that something is not working, do not hesitate to fill a bug report explaining what you have done and what is the result comparing to the result you expect.

Regards,

Sébastien




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]