[MonoDevelop] GUI Designer

Tarun R ratarun at gmail.com
Wed Aug 3 23:47:11 EDT 2005


True, you can use Glade to create your GUI in GTK.
Glade saves your GUI as an XML file . Eg: window.glade.
You can use this file in a Mono project as a resource.

For this you have to include the line in the source code od the project:

using Glade;

and you have to include the package glade-sharp.

A small sample application to create a GTK window and use it is given in 
this url:
http://www.codeproject.com/cpnet/googleSearch.asp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20050804/31e83d84/attachment.html


More information about the Monodevelop-list mailing list