On 04/23/2014 09:03 AM, Kirk Wallace wrote: > If you need to do something special, you can bypass Glade > and use GTK directly or C. I've done a few GUIs with Glade and built the back-end in C. This works quite well, and I've pretty much figured out how to do everything including a bit of fancy stuff from C. For each gtk widget, you have a callback routine that handles whatever the button click is supposed to perform, plus you can have some other functions that alter a widget (display text in a window, change the color, make buttons display "on" or "off", etc.
Jon ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
