help with about and help in gtk-app

2013-06-10 Thread Rudra Banerjee
Dear friends, I am writing a code with gtk+3. I am facing problems with linking the icons and help files with the code. #include config.h #include stdio.h #include stdlib.h #include glib/gi18n.h #include gdk-pixbuf/gdk-pixbuf.h #include gtk/gtk.h #include string.h GtkWidget *window; void

Re: help with about and help in gtk-app

2013-06-10 Thread Rudra Banerjee
I have solved the second problem (yelp only searches /usr/*, not $HOME). Any help on the first problem please? On Mon, 2013-06-10 at 16:53 +0100, Rudra Banerjee wrote: Dear friends, I am writing a code with gtk+3. I am facing problems with linking the icons and help files with the code.

Re: help with about and help in gtk-app

2013-06-10 Thread Colomban Wendling
Le 10/06/2013 17:53, Rudra Banerjee a écrit : Dear friends, I am writing a code with gtk+3. I am facing problems with linking the icons and help files with the code. [...] GtkWidget *window; void help_about (GtkMenuItem *helpabout, GtkWidget *window) { [...] gchar