Posts tagged with gtk+
GTK+ programs with GtkBuilder and dynamic signal handlers.
Dennis - May 22nd, 2008
Published 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