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
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
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
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.
> 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