Re: [Pgui-devel] Header reorganization

2002-04-07 Thread Frederic Gobry
> I'm not sure I did this right as I'm still new at automake and such, > but it seems to work.. Now all headers are unique in CVS, and cli_c > and themetools expect to find pgserver's headers installed. This Great ! I noticed however that you didn't provide a configure option for cli_c / themetoo

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] Widget Template progress

2002-04-07 Thread Micah Dowty
Hi Everybody, Yesterday I specified the file format for compiled widget templates, and wrote the loader/instantiation code for pgserver. Now we just need the compiler that will convert an easy to use XML specification into a fast widget template. I started to write the WT compiler in C, but La

[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,