GtkTreeView: Simple application

2007-05-25 Thread Felipe Balbi
Hello all, I'm starting an app to run Electrical Tests on the USB. I'm not really good on GTK+ since I've always being developing on kernel-space. my doubt regards this code: int main(int argc, char *argv[]) { GladeXML*openhset; GtkWidget *main_window,

Re: GtkTreeView: Simple application

2007-05-25 Thread Yeti
On Sat, May 26, 2007 at 03:19:49AM +0300, Felipe Balbi wrote: my doubt regards this code: int main(int argc, char *argv[]) { GladeXML*openhset; GtkWidget *main_window, *test_window; GtkWidget *main_window_treeview1; GtkWidget

Re: GtkTreeView: Simple application

2007-05-25 Thread Felipe Balbi
Wow... thanks... :-) Now I can keep going with my app... thanks a lot :-) On 5/26/07, David Nečas (Yeti) [EMAIL PROTECTED] wrote: On Sat, May 26, 2007 at 03:19:49AM +0300, Felipe Balbi wrote: my doubt regards this code: int main(int argc, char *argv[]) { GladeXML