[Mono-list] Gladify SqlSharpGtk

Rodrigo Moya rodrigo@ximian.com
Wed, 14 Apr 2004 10:44:18 +0200


On Tue, 2004-04-13 at 22:37 -0400, Daniel Morgan wrote:
> Glade# works on Windows and Linux.  I haven't tried Glade#.  I know what it
> is, and it sounds good.
> 
> Improvements are welcomed to SQL# For GTK#.
> 
> Has anyone had success with Glade# with your GTK# apps?  Does it make it
> easier to create GUI apps?
>
yes, much easier, and reduces the amount of code that needs to be
written.

>   What about making modifications to the app down
> the road, such as, is it easy to add a text box to a dialog?
> 
much easier than hacking the code that creates the dialog to add that
text box by hand :-)

> The nice thing about System.Windows.Forms on .NET and GTK# on Mono is that
> it is easy to create a GUI application without a designer.
> 
so, you write all the windows, dialogs, etc, by hand in the code?

cheers