How do I monitor which widget was last selected?

2011-12-03 Thread Stevie Griffiths
I've been trying to monitor a group of widgets (2 combo boxes, 1 togglebutton) and know when a widget not in this group is clicked / tabbed into. I was trying to use the "focus-out-event" to determine when to check. However combo-boxes don't focus. And I've been trying with grabs, to no avail. I

Re: Is there a developer wiki for gtk?

2011-11-27 Thread Stevie Griffiths
Hi, thanks for the response Tristian it helped me move from untrusting to cautious optimism. I'll ask my questions and attempt to be clear and thoughtful of other peoples time. However, I really would be interested in a gtk app developer wiki. Stevie. On 27/11/2011 10:18 PM, "Tristan Van Berkom"

Is there a developer wiki for gtk?

2011-11-26 Thread Stevie Griffiths
Hi, Does such a developer wiki exist? (note I think the API documentation and API is good, mostly) I've been feeling frustrated every time I want to learn something new with GTK. I write apps mostly on my own, with internet access on my mobile, where downloading the source of other apps to under