[Gtk-sharp-list] Newbie in GTK#:Glade, To use or not ?

MDK mdk at mdk.org.pl
Tue Aug 9 21:32:36 EDT 2005


Dnia 08-08-2005, pon o godzinie 09:12 -0300, Paulo Alves Magalhães Filho
napisał(a):

> It would like to know to use the Glade to construct the interface of
> the program is a good strategy, Glade is slower of the one than to
> create everything in execution time, or this not dumb? Which the
> disadvantages of using the Glade?

It's slower due to all the XML parsing. But you'll not even notice
that. 

It's a VERY good strategy to use glade, mostly because it reduces the
code clutter and allows you to easily re-design the GUI without changing
the code. If you're going to construct everything on your own, you'll
drown in all these HBoxes, VBoxes and other elements used ONLY for
layout. 

Unless you're doing something very specific (or simple) using Glade is a
no-brainer. 


-- 
Michał Dominik K.
mdk at mdk.org.pl
www.mdk.org.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20050810/e4a38e3b/attachment.bin


More information about the Gtk-sharp-list mailing list