Some years ago I was building GNU Denemo on windows and had some help
with running gdk-pixbuf-query-loaders. For some years now we have been
building the program by cross-compiling on GNU/Linux systems.
I don't think we have ever sorted out how to run the
gdk-pixbuf-query-loaders automatically on i
Does it make any difference, generating "clicked" event using mouse click OR
gtk_button_clicked() call
My clicked event callback rightly changes background colour when clicked using
mouse however change does not reflect when the event is generated using
gtk_button_clicked() with following code :