Sorting a TreeView with Glade/GtkBuilder

2014-01-09 Thread Craig
Hello, I was wondering how I could sort a liststore-based treeview in glade? I've already set all columns' sort column id, but that apparently doesn't initiate the sorting behavior. Basically, I have a boolean/toggle column and then a text column and I want to sort by the toggle column. Any

Icons used for inline toolbars on GNOME applications?

2014-01-09 Thread Chandler Paul
Hi, recently I've been working on making another GTK+ IRC client and I've been trying to design one of the settings dialogs for it, which happens to require an in-line toolbar for a GtkTreeView I have in it. I'm having trouble figuring out how to get the icons to match those of the default icons

Re: Icons used for inline toolbars on GNOME applications?

2014-01-09 Thread Emmanuele Bassi
hi Chandler; have you looked at Polari? you can find it here: https://git.gnome.org/browse/polari it is a Telepathy-based IRC client designed following the GNOME 3 guidelines. in general, the inline toolbars are just styled as such. you need to set a style class on the toolbar in order to

Re: Sorting a TreeView with Glade/GtkBuilder

2014-01-09 Thread Tristan Van Berkom
On Thu, 2013-12-26 at 09:34 -0600, Craig wrote: Hello, I was wondering how I could sort a liststore-based treeview in glade? I've already set all columns' sort column id, but that apparently doesn't initiate the sorting behavior. Basically, I have a boolean/toggle column and then a text