> "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
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
> "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
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
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
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::
> "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