Computer Science & C Programming


Gtk Builder (glade)

  1. To help the design of GUI, GTK propose a tool call glade

  1. To use it, you have just to:
    a. Create a new project
    b. Drag & Drag components
    c. Change properties of these components
    d. Add handlers to events (called 'signals')

5 - 8