Up Next

Kitsap Peninsula Linux User's Group: Glade Tutorial

by Rikke Giles, Glade is written and maintained by Damon Chaplin

General Outline:

  1. Definitions
  2. Introduction
  3. Basic Glade Layout
  4. Using Glade for the First Time
  5. The Glade Menu Editor
  6. The Glade Properties Editor
  7. Glade Widgets in more Detail: Gtk+ Basic
  8. Glade Widgets in more Detail: Gtk+ Additional
  9. Glade Widgets in more Detail: Gnome
  10. After the Windows are Built
  11. Example: Geocenter
  12. In Callbacks.c: Linking the Handlers to the Backend in Geocenter
  13. FAQS
  14. Where to Find Help
  15. Authors

Definitions

Introduction

Glade, written and maintained by Damon Chaplin, is a program designed to make building user interfaces for Gtk+ and Gnome simple and easy. What it doesn't do is provide a coding interface, you must use other programs to actually write the code that uses the windows, etc, Glade has built for you.

I am an experienced C programmer, but I had no experience with coding windowing systems when I started using glade. Through some hard work and copious reading of the help files, I have advanced to a point where using glade is simple, intuitive and even fun. I hope this tutorial will help you get familiar enough with using glade to allow you to enjoy it as well, and produce some quality applications with it.

Up Next