On Fri, Apr 19, 2002 at 09:00:20PM +0100, Kevin Saenz wrote: > Gnome has a tool called Glade UI developer I haven't used it. I think > it helps with developing GUI software.
Glade is just a GUI builder but not an IDE -- you can get it to generate a few files of user interface code (as well as your initial project build code for gtk/gnome stuff -- automake/autoconf files etc.) but its not an IDE for developing entire software projects. eg. I sometimes use glade to generate a build environment and to whip up the first cut of a user interface, then use xemacs from there on in to work on the code. K. > > > Does anyone know of a good VISUAL C++ development tool like Microsoft Visual > > C++ for Linux - commercial or free. > > > > -- > > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > > More Info: http://lists.slug.org.au/listinfo/slug > > > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
