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.
[EMAIL PROTECTED]
www.mdk.org.pl

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to