Re: Tooltips revamp

2002-03-14 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> No, because the tooltips are designed to be lengthy, helpful and >> annoying when you do not need them. So it is reasonable to turn >> them off by default. Allan> I don't see a problem. Sure, some of the tooltips are long but Allan> you

Re: Tooltips revamp

2002-03-13 Thread Allan Rae
On 11 Mar 2002, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > >> Oops not so easy. I'll need another static signal in Dialogs.h > >> static bool SigC::Signal0 Dialogs::tooltipsEnabled; > > Allan> Why? The tooltips should have a lyxrc entry and you can to

Re: Tooltips revamp

2002-03-11 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> Oops not so easy. I'll need another static signal in Dialogs.h >> static bool SigC::Signal0 Dialogs::tooltipsEnabled; Allan> Why? The tooltips should have a lyxrc entry and you can toggle Allan> based on that value instead. Otherwise some

Re: Tooltips revamp

2002-03-11 Thread Angus Leeming
On Sunday 10 March 2002 7:51 am, Allan Rae wrote: > > case LFUN_TOOLTIPS_TOGGLE: > > flag.setOnOff(Tooltips::enabled()); > > break; > > > > Oops not so easy. I'll need another static signal in Dialogs.h > > static bool SigC::Signal0 Dialogs::tooltipsEnabled; > > Wh

Re: Tooltips revamp

2002-03-09 Thread Allan Rae
On Fri, 8 Mar 2002, Angus Leeming wrote: > On Friday 08 March 2002 4:37 pm, Jean-Marc Lasgouttes wrote: > > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > > > > > Angus> How do I create a little check box for the What's This entry in > > Angus> the Help menu, like the Emphasize St

Re: Tooltips revamp

2002-03-08 Thread Angus Leeming
On Friday 08 March 2002 4:37 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > > Angus> How do I create a little check box for the What's This entry in > Angus> the Help menu, like the Emphasize Style entry in Layouts? > > This is done in LyXFunc::

Re: Tooltips revamp

2002-03-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> How do I create a little check box for the What's This entry in Angus> the Help menu, like the Emphasize Style entry in Layouts? This is done in LyXFunc::getStatus. For example, for buffer-toggle-readonly, it is case LFU