]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkArea.h
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / WorkArea.h
index ec7f4ba5ff02f834c6604ecff5686b6539407332..0db53ceaabda8aea8bfe3f75ef146ef71106b237 100644 (file)
@@ -65,6 +65,9 @@ public:
        ///
        BufferView const & bufferView() const;
 
+       /// \return true if has the keyboard input focus.
+       virtual bool hasFocus() const = 0;
+       
        /// return the width of the work area in pixels
        virtual int width() const = 0;
 
@@ -82,14 +85,10 @@ public:
        /// redraw the screen, without using existing pixmap
        virtual void redraw(bool singlePar = false);
        ///
-       void checkAndGreyOut();
-       ///
        void stopBlinkingCursor();
        void startBlinkingCursor();
 
 protected:
-       /// grey out (no buffer)
-       virtual void greyOut();
        ///
        void processKeySym(LyXKeySymPtr key, key_modifier::state state);
        /// cause the display of the given area of the work area