On 04-Jul-2000 Angus Leeming wrote:
> 
> The alternative I thought of would be:
>       case LFUN_INSERT_CITATION:
>               owner->getDialogs()->showCitation(0);
> 
> and to control the creation of a new InsetCitation from the FormCitation class.
> This would removed the need for the Inset::inserted_ flag.
> However, I can't see how to get the contents of argument in in this case.
> 
> Any ideas?

Well what about:

     owner->GetDialogs()->showCitation(argument)

but IMO this should be:

     owner->GetDialogs()->createCitation(argument)

      Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450296
I-39100 Bozen           Web:     http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

There is nothing so easy but that it becomes difficult when you do it
reluctantly.
                -- Publius Terentius Afer (Terence)

Reply via email to