On Mon, 20 Nov 2006, DaveMDS wrote:
Hi, my work on the edje-editor goes well. I have switched from GTK to ETK (ohh etk is great !! ) and now I'm working on the designer part. You can view a screenshot here: http://www.gurumeditation.it/edje-editor.jpg
nice :)
For etk reference I use the doc generated from the source but can't find info for widget signals, where can I find all the signal that a widget emit? and the param the callbacks must have?
They are documented in each widget doc (doc generated by gendoc), at the beginning, just after the Object Hierarchy.
Vincent