The user interfaces designed in Glade are saved as XML, and by using the GtkBuilder GTK+ object these can be loaded by applications dynamically as needed.
By using GtkBuilder, Glade XML files can be used in numerous programming languages including C, C++, C#, Vala, Java, Perl, Python,and others.
To install Glade on Raspberry Pi, enter the command:
$ sudo apt-get install glade
Glade on Raspberry Pi |
Once installed, it can be found in Raspberry Pi desktop Start button > Programming > Glade. Or enter glade directly on Terminal.
The next post show how to link Glade file in c code, and compile a executable program.
No comments:
Post a Comment