GTK+ Hello World
The following code presents a graphical GTK+ hello-world program in the C programming language. This program has a window with the title "Hello, world!" and a label with similar text.
#includeUsing GCC and pkg-config in a Unix shell, this code can be compiled with the following command (assume above source has file name "helloworld.c"):
$ gcc -Wall helloworld.c -o helloworld $(pkg-config --cflags --libs gtk+-3.0)
Read more about this topic: Gtk
Famous quotes containing the word world:
“There is one thing that the American people always rise to and extend their hand to and that is the truth of justice, and of liberty, and of peace. We have accepted that truth and we are going to led by it ... and through us the world, out into pastures of quietness and peace such as the world never dreamed of before.”
—Woodrow Wilson (18561924)