Martin Vermeer <[EMAIL PROTECTED]> writes: > On Thu, Aug 16, 2007 at 09:23:40AM +0200, Jean-Marc Lasgouttes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> > Hmmm, elsewhere in the code I see such constructs as >> > CS_LATEXNAME and TC_SOMETHING... we're not the first time >> > running into this problem. >> >> Very good point :) > > So what shall I do? Apply the same kludge (D_Inlined, > G_Collapsed etc)?
It may be an occasion to pick more telling names. For example, the decoration should describe what is shown on screen, so that it could be: + enum Decoration { + FrameOnly, + ButtonFrame, + LabelBelow + }; Maybe some sensible and descriptive names could be found for Geometry too. JMarc