On 09/04/2012 11:58 PM, Frank Cox wrote:
Here is the answer:
https://mail.gnome.org/archives/gtk-app-devel-list/2012-September/msg2.html
Depending on your needs, here is a different answer:
https://mail.gnome.org/archives/gtk-app-devel-list/2012-September/msg4.html
I myself went with
On Wed, 05 Sep 2012 04:12:03 +0100
Rudra Banerjee wrote:
> Is there any better way of doing it?
As a matter of fact, I just asked this very same question this past Sunday.
Here is the answer:
https://mail.gnome.org/archives/gtk-app-devel-list/2012-September/msg2.html
Depending on your need
Dear friends,
in my GTK(3) app, I am using icons as
gtk_window_set_icon(GTK_WINDOW(window),
create_pixbuf("images/icon.svg"));
or
GtkWidget *ast4im = gtk_image_new_from_file ("images/mkb3.png");
The problem is, when I am running the app away from the source
directory, those images are broken, ob