On Wed, Dec 08, 2004 at 04:42:45PM -0600, Michael Madden wrote: > What resource(s) would you recommend to someone who's new to GUI programming > and would like to learn GTK+ development under Debian Woody/Sarge? I've > messed around with Motif and Xlib in the past on HP-UX and Solaris, but GTK+ > or Qt seem more acceptable under Linux. Maybe there's a recommended book or > online resource to learning GTK+?
I used dia2code to get my feet wet with a very Visual Basic like experience. It automatically creates a autoconf/automake project, uses glade to design some forms and buttons and double-click to create event handlers and wire up code behind. >From there, I quickly used that output as a template for building my own autoconf/automake project and just used Kate as a syntax-highlighting editor and http://gtk.org/api in a browser for reference. If you're already familiar with C#, VB, and Win32 programming the gtk C-based "object" model is a snap. It stays crunchy even in milk! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]