]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ButtonControllerBase.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ButtonControllerBase.h
index 5114fb483b23d4aa0c5e625bd3727c71721f0b01..5d4b876413e556a43fc21852ab8e4e1e462b2a3e 100644 (file)
@@ -62,6 +62,8 @@ public:
        void hide();
        ///
        virtual void refresh() = 0;
+       ///
+       virtual void refreshReadOnly() = 0;
 
        /// Passthrough function -- returns its input value
        bool readOnly(bool = true);