What's the easieest way to create a sorted table view in gtk? I'm not sure if that's the right term, but you know the one:
Is there a built-in widget for this? If not, how would I go about making those columns that look slightly different, click to change sorting, etc. Note I don't need multi-column sorting at the moment.