>>>>> "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 LFUN_READ_ONLY_TOGGLE:
                flag.setOnOff(buf->isReadonly());
                break;

Should be easy enough, no?

JMarc

Reply via email to