Re: GtkTreeView isn't updating when GtkListStore appended and set

2014-01-06 Thread Jordan H.
t; ** (punch:20412): DEBUG: - Value: "@P\xda\u0001" I'm wondering if the mutilated strings is what's causing my problem. I'm expecting the values to be "Button 1", "Button 2", etc., and the button labels reflect this change (as expected). Thanks for your h

GtkTreeView isn't updating when GtkListStore appended and set

2014-01-04 Thread Jordan H.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I've defined a GtkTreeView in Glade with a GtkListStre as the store. I'm trying to add data to the list on a button click. Here's the function: void update_list(){ GtkListStore *list_store; GtkTreeIter iter; GtkTreeView