On Tue, Nov 23, 2004 at 02:56:13PM +0100, Antoon Pardon wrote:
> What would be best? Have two information structures
> in the program, one that contains the logical info
> and the other containing the GUI information or
> put all information in one structure, where every
> instance contains both its logical as its GUI information.

I'd say having two separate structures is best -- and both configuration
and preferences should be separate as well. Yes, you will end up with
4*N components, but they each represent a very separate domain of
concerns.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to