I\'ve searched and searched but I\'m not getting the information I really want. Can someone please explain, as completely and fundamentally as possible, how Gtk+ code is com
by gtk2.0 example:
$gcc test.c -o gnometest $(pkg-config --cflags --libs gtk+-2.0)
by gtk3.0 example:
$gcc $(pkg-config --cflags gtk+-3.) test.c -o gnometest $(pkg-config --libs gtk+-3.0)