In the Project Wizard of Code::Blocks, GTK+ Project is supported. But it cannot be compiled, because of lack of options for GTK+. Prepare: Install Co…
قراءة المزيدTo program Python with GTK+ 3.0, libgtk-3-dev have to be installed: $ sudo apt-get install libgtk-3-dev (referene: Install GTK+ 3.0 on Raspberry Pi )…
قراءة المزيدThis post show how to create GUI using Glade , and link the generated glade file in c code, then compile with gcc with GTK+ 3.0, to generate a execut…
قراءة المزيدGlade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. The user inter…
قراءة المزيدExample of using GtkBox . Example of using GtkBox helloGtkBox.c #include int main(int argc, char *argv[]) { GtkWidget *window; GtkWidget *la…
قراءة المزيدThe former post introduced how to " Install gtk+ 2.0 on Raspberry Pi ". To install GTK+ 3.0, enter the command: $ sudo apt-get install libg…
قراءة المزيدThis post show how to install gtk+2.0 on Raspberry Pi, and create our first "Hello World" of GTK+ on Raspberry Pi. GTK+ program on Raspberr…
قراءة المزيد
Social Plugin