Andre Poenitz wrote: > On Mon, Mar 10, 2003 at 05:00:33PM +0000, Angus Leeming wrote: >> The Dialogs::show method (frontends/Dialogs.C) will filter out crap if >> you pass it a (!isValidName(name))... Does anything arrive here but >> proceed no further? > > Hm.. why is this split over three files? > > The files aren't _that_ big.
frontends/Dialogs.C is frontend-agnostic frontends/$GUI/Dialogs_impl.h frontends/$GUI/Dialogs.C will all die when the new scheme frontends/$GUI/Dialogs2.C is implemented fully frontends/$GUI/Dialog3.C contains stuff that is dependent on the GUI toolkit. -- Angus