Archive for May, 2008
GTK+ programs with GtkBuilder and dynamic signal handlers.
Posted in May 22nd, 2008
by Dennis in Programming
Well, I decided to review some GTK+ and Gnome development lately. With GTK+, a nice way to create a user interface is with the Glade Interface Designer. Glade produces an xml file with a glade-interface element that can be loaded by libglade. You can then change attributes of the user interface without [...]
1 Comment