Re: Is there a developer wiki for gtk?

2011-11-27 Thread Tristan Van Berkom
On Sun, Nov 27, 2011 at 11:48 AM, Stevie Griffiths stevie.craig.griffi...@gmail.com wrote: 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

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

GtkTreeView as Sidebar

2011-11-27 Thread Owas Lone
Hi, A sidebar (as in nautilus) is just a GtkTreeView, right? I want my TreeView to pick up the style for .sidebar class from gtk3 themes. here is how I'm trying to do it treeview_style = treeview.get_style_context() treeview_style.add_class('sidebar') but this does not seem to