Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Mar 27, 2002 at 02:58:59PM +0100, Jean-Marc Lasgouttes John> wrote: >> GUI-I widgets and form management? ;) John> don't even joke about it ! John> At least I know there will be one person who will /always/ John> vigourously o

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 1:45 pm, John Levon wrote: > On Wed, Mar 27, 2002 at 01:42:50PM +, Angus Leeming wrote: > > Sure, I have. It's what gave me the idea for LengthGroup. The combo is > > only half of it and it's the whole that is of interest to the user. > > I think it isn't "complete"

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread John Levon
On Wed, Mar 27, 2002 at 01:42:50PM +, Angus Leeming wrote: > Sure, I have. It's what gave me the idea for LengthGroup. The combo is only > half of it and it's the whole that is of interest to the user. I think it isn't "complete" because some of its uses are slightly different between the d

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 1:00 pm, John Levon wrote: > On Wed, Mar 27, 2002 at 11:02:34AM +, Angus Leeming wrote: > > This is the sort of thing that the gnome and qt2 frontends could also do > > to their advantage. > > s/could/do/ > > checkout lengthcombo.C for one (old KDE had more of this s

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 11:11 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I guess the frustration just got sufficient for me to do > Angus> something about it. Anyway, I have formed the opinion that our > Angus> use of the xforms libra

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I guess the frustration just got sufficient for me to do Angus> something about it. Anyway, I have formed the opinion that our Angus> use of the xforms library is sufficiently "simple" to make Angus> simple wrappers with C++ semant

C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
I guess the frustration just got sufficient for me to do something about it. Anyway, I have formed the opinion that our use of the xforms library is sufficiently "simple" to make simple wrappers with C++ semantics easy to achieve. Here then is a start. All widgets would derive from XFwidget wh