Re: [Patch] gtk Graphics dialog

2004-10-25 Thread John Spray
On Mon, 2004-10-25 at 11:34 +0200, Lars Gullik Bjønnes wrote: > Can the default unit change? > > If not make it const. Yes, it gets set later depending on paper size. > Hmm... > > vector data(unit_name, unit_name + num_units); > > should work and is a bit more elegant (and faster.) Alri

Re: [Patch] gtk Graphics dialog

2004-10-25 Thread Lars Gullik Bjønnes
John Spray <[EMAIL PROTECTED]> writes: | +namespace frontend { | + | +namespace { | +string defaultUnit("cm"); | +} // namespace anon Can the default unit change? If not make it const. | + } | + //Fallen through, we didn't find the target length! Space after '//' | +vector const build

Re: [Patch] gtk Graphics dialog

2004-10-23 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Hi, Now that I've completed Doom III, here's the graphics John> dialog. I'm not especially happy with the user interface, but John> lacking any significant inspiration I've cloned the xforms John> dialog pretty directly. If you are goin