Re: MySQL + GTK

2006-06-05 Thread Daniel Espinosa
2006/6/2, Guy Rouillier [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hi all, Can somebody learn me how to fill a treeview with the contents of a mysql table? We don't know the table number of rows cause the tree may show different tables while clicking on the different buttons of my app :)

MySQL + GTK

2006-06-02 Thread guillaume
Hi all, Can somebody learn me how to fill a treeview with the contents of a mysql table? We don't know the table number of rows cause the tree may show different tables while clicking on the different buttons of my app :) Thank you for answering (or even just for takin the time to read) me ;-)

Re: MySQL + GTK

2006-06-02 Thread Guy Rouillier
[EMAIL PROTECTED] wrote: Hi all, Can somebody learn me how to fill a treeview with the contents of a mysql table? We don't know the table number of rows cause the tree may show different tables while clicking on the different buttons of my app :) Have you used a GtkTreeView before? Not