How to hide the column header of a GtkTreeViewColumn

2006-06-01 Thread Greg Suarez
Does anyone know how to hide the column header of a GtkTreeViewColumn (if it's even possible)? Thanks, Greg Suarez ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Getting gnome preferred email-client

2006-06-01 Thread Greg Suarez
Hi all, I was wondering how to go about determining the peferred web-browser and email-client set by the user? Thanks, Greg Suarez ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: Memory allocation using g_malloc

2006-06-01 Thread Greg Suarez
hrough the array you do: for( i = 0; i < my_array->len; i++ ) g_print( "%s", g_ptr_array_index(my_array, i) ); Don't forget to free the filenames stored in the GPtrArray. -- Greg Suarez ___ gtk-app-devel-list mailing list gtk-ap

Re: gtk_tree_model_get_iter segfault in on_row_activated

2006-06-16 Thread Greg Suarez
if(gtk_tree_model_get_iter(model,iter,path)==TRUE) */ if( gtk_tree_model_get_iter(model,&iter,path) == TRUE ) std::cout<<"got the iter ok\n"; > else > std::cout<<"didn't get the iter\n"; > } Hope that helps.

Re: Getting gnome preferred email-client

2006-06-19 Thread Greg Suarez
> For the web-browser: > $ gnome-www-browser > you can pass a link as a parameter > > Don't know about the email client. Sorry. > > I was able to use gnome-open for both web and email: gnome-open www.google.com and gnome-open mailto:[EMAIL P