ingareaDisplay"), gdk_pixbuf_get_width(arena),
gdk_pixbuf_get_height(arena));
Counter++;
g_string_free(str, TRUE);
return TRUE;
}
Any help please? Thanks.
--
-- Yianni
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://ma
Greg Suarez wrote:
> Hi all,
>
> I was wondering how to go about determining the peferred web-browser and
> email-client set by the user?
For the web-browser:
$ gnome-www-browser
you can pass a link as a parameter
Don't know about the email client. Sorry.
>
> Thanks,
>
> Greg Suarez
>
3saul wrote:
> Thanks for the response. Let me elaborate a little. I have a list of files in
> a dir (without knowing how many)
>
> a.txt
> b.txt
> c.txt
>
> I want to be able to put the names of the files into an array so that I can
> refer to them later like this
>
> array[0][0] = a.txt
> array[0