Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-04-21 Thread Jaap A. Haitsma
On Sun, Mar 16, 2008 at 8:40 PM, Jaap A. Haitsma [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 10:19 PM, Jaap A. Haitsma [EMAIL PROTECTED] wrote: Hi, Can one of the maintainers decide what to do with the patch attached at http://bugzilla.gnome.org/show_bug.cgi?id=514396

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-03-16 Thread Jaap A. Haitsma
On Fri, Feb 29, 2008 at 10:19 PM, Jaap A. Haitsma [EMAIL PROTECTED] wrote: Hi, Can one of the maintainers decide what to do with the patch attached at http://bugzilla.gnome.org/show_bug.cgi?id=514396 Can I commit? Should I remove gtk_show_help? I removed gtk_show_help and attached the

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-29 Thread Jaap A. Haitsma
Hi, Can one of the maintainers decide what to do with the patch attached at http://bugzilla.gnome.org/show_bug.cgi?id=514396 Can I commit? Should I remove gtk_show_help? Some other changes needed? Thanks Jaap ___ gtk-devel-list mailing list

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-20 Thread Sven Neumann
Hi, On Tue, 2008-02-19 at 23:06 +0100, Jaap A. Haitsma wrote: Thanks for your comments. I've incorporated them (see attachment) If there is consensus that these functions should be incorporated in GTK+, I can add documentation and prepare a patch for GTK+ trunk Will these functions do the

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-20 Thread Jaap A. Haitsma
On Tue, Feb 19, 2008 at 11:51 PM, Cody Russell [EMAIL PROTECTED] wrote: On Tue, 2008-02-19 at 23:06 +0100, Jaap A. Haitsma wrote: Thanks for your comments. I've incorporated them (see attachment) If there is consensus that these functions should be incorporated in GTK+, I can add

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-20 Thread Bastien Nocera
On Wed, 2008-02-20 at 21:03 +0100, Sven Neumann wrote: Hi, On Tue, 2008-02-19 at 23:06 +0100, Jaap A. Haitsma wrote: Thanks for your comments. I've incorporated them (see attachment) If there is consensus that these functions should be incorporated in GTK+, I can add documentation

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-19 Thread Jaap A. Haitsma
On Feb 18, 2008 1:20 PM, Alexander Larsson [EMAIL PROTECTED] wrote: On Sun, 2008-02-17 at 14:00 +0100, Jaap A. Haitsma wrote: Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-18 Thread Emmanuele Bassi
On Sun, 2008-02-17 at 14:00 +0100, Jaap A. Haitsma wrote: Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My proposal is to add to function to gtk+: gtk_show_help and gtk_show_uri I

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-18 Thread Alexander Larsson
On Sun, 2008-02-17 at 14:00 +0100, Jaap A. Haitsma wrote: Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My proposal is to add to function to gtk+: gtk_show_help and gtk_show_uri I

[Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-17 Thread Jaap A. Haitsma
Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My proposal is to add to function to gtk+: gtk_show_help and gtk_show_uri I attached gtk_show.c with these functions implemented. Comments?