How to use GTK and Glade with C (Linux)

Описание к видео How to use GTK and Glade with C (Linux)

In this video, I will show you how to create your own GUI application using GTK and Glade UI Designer.

We will be programming using C Programming language. Then we will compile the program using GCC.

All the tools required in this video are preinstalled in most Linux distros except Glade.
Install Glade using the command: sudo apt-get install glade

Command to compile:
gcc -o MyApp myapp.c -Wall `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
[Make sure the commas are correct, use ` symbol (located below Esc key)]

Run the app using: ./MyApp

Code and UI file : http://github.com/IcosagonZ/MyYoutube...

Music used:
1. Tension - From the soundtrack to “NASA Explorers: Apollo” By Lee Rosevere
2. Decompress - From the soundtrack to “NASA Explorers: Apollo” By Lee Rosevere
3. Brahe - From the soundtrack to “NASA Explorers: Apollo” By Daniel Wytanis

Комментарии

Информация по комментариям в разработке