[Plib-devel] puDeleteObject
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-08-13 05:56:40
|
I fixed puDeleteObject so that it calls a smarter puPopLiveInterface. This allows a callback to delete the dialog it belongs to and create a new one. This is important for chaining together interfaces (hit a button, delete the old interface, create a new one). See examples/src/pui/complex.cxx for an example. hit File->Save and then when you hit OK or CANCEL it brings up a little message dialog. the changes have been commited to CVS. --Dave |