Home » Tag: Defining Signal Handlers

Tag Archives: Defining Signal Handlers

Create User Interfaces with Glade

Mitch Chapman Issue #87, July 2001 Mitch shows how to use gnome-python’s libglade binding to build Python-based GUI applications with little manual coding. Glade is a GUI builder for the Gtk+ toolkit. Glade makes it easy to create user interfaces interactively, and it can generate source code for those interfaces as well as stubs for user interface callbacks. The libglade ...

Read More »