Re: [Pgui-devel] PIM based pgui question

2002-04-07 Thread Micah Dowty
On Sun, Apr 07, 2002 at 03:54:38PM +, Mark and Janice Juszczec wrote: > Hi folks, > > Given a widget called orig, I'd like to create a new widget containing the > orig's text. I've accomplished this with the code: > > editWidget=pgNewWidget(PG_WIDGET_FIELD, > PG_DE

[Pgui-devel] PIM based pgui question

2002-04-07 Thread Mark and Janice Juszczec
Hi folks, Given a widget called orig, I'd like to create a new widget containing the orig's text. I've accomplished this with the code: editWidget=pgNewWidget(PG_WIDGET_FIELD, PG_DERIVE_INSIDE, editWidgetPopup); pgSetWidget(editWidget,