comp.lang.ada
 help / color / mirror / Atom feed
* Should a GUI be separated from the application?
@ 2006-09-26 17:16 Lucretia
  2006-09-27 13:09 ` Stephen Leake
  0 siblings, 1 reply; 9+ messages in thread
From: Lucretia @ 2006-09-26 17:16 UTC (permalink / raw)


Hi,

When developing an application it is *mostly* combined with the GUI, a
lot of toolkits do this. You would extend a UI tagged-type (or class,
or whatever your language uses) and include the code inside the new
tagged-type, an example would be a toolkit which provides event handler
callbacks via primitive types (a la CLAW) thus forcing you to include
your application code into the new derived type.

Is this the best thing to do? Should I give the users the option?

Thanks,
Luke.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-09-29 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-26 17:16 Should a GUI be separated from the application? Lucretia
2006-09-27 13:09 ` Stephen Leake
2006-09-27 18:26   ` tmoran
2006-09-28  6:09   ` Simon Wright
2006-09-28 16:52     ` Pascal Obry
2006-09-28 18:06       ` tmoran
2006-09-28 18:46         ` Pascal Obry
2006-09-29  4:56       ` Simon Wright
2006-09-29 17:54         ` Pascal Obry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox