>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
>> This would allow to grey out invalid entries in menus as necessary
>> (tell that an inset cannot be inserted without actually
>> constructing it)
Juergen> Why is this not possible with the inset-pointer? Anyway I
Juergen> guess we could only pass the Inset::Code it's just easier to
Juergen> pass the inset directly ;)
If I want to disable footnote-insert in a float, I do not want to
construct a dummy footnote just for the pleasure of knowing that I
cannot insert it here a disable the function.
The point is that we do not always have an inset handy. We can keep a
wrapper around the new version which takes an Inset as parameter,
anyway.
JMarc