On Tuesday 17 June 2003 8:45 am, Andre Poenitz wrote: > What do these flags mean anyway? > > 'NoBuffer' -> LFUN can be used without buffer? > 'ReadOnly' -> LFUN can not be used in ro docs? > 'Noop' -> ?
The comment in LyXAction.h says "nothing special about this func" > > std::map<string, unsigned int> takesarg_attribs; > > takesarg_attribs["dialog-show preferences"] = NoBuffer; > *shrug* it some how looks like this could be an attribute of the dialog > classes? Perhaps, but is it only the dialogs that could collapse multiple lfuns into just one? I think that the thing really is an lfun property. Trouble is, our lfun syntax is "evolving". Angus
