]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
DocBook: add a layout tag to tell whether an item is the abstract or not.
[lyx.git] / src / BufferView.h
index bb75c160c66e83b2e53c3d0736d449362ff1e2cc..fbbd1e7f2645440eac78fe2158ea3c74ae9b762c 100644 (file)
@@ -104,9 +104,12 @@ public:
 
        /// right margin
        int rightMargin() const;
-
        /// left margin
        int leftMargin() const;
+       /// top margin
+       int topMargin() const;
+       /// bottom margin
+       int bottomMargin() const;
 
        /// return the on-screen size of this length
        /*
@@ -238,7 +241,7 @@ public:
 
        /// request an X11 selection.
        /// \return the selected string.
-       docstring const requestSelection();
+       docstring requestSelection();
        /// clear the X11 selection.
        void clearSelection();
 
@@ -267,12 +270,6 @@ public:
        /// sets cursor.
        /// This is used when handling LFUN_MOUSE_PRESS.
        bool mouseSetCursor(Cursor & cur, bool select = false);
-       /// Set the cursor language from language code.
-       /* Considers first exact math with the codes used in the document,
-        * then approximate match among the same list, and finally exact
-        * or partial match with the whole list of languages.
-        */
-       void setCursorLanguage(std::string const & code);
 
        /// sets the selection.
        /* When \c backwards == false, set anchor
@@ -338,7 +335,7 @@ public:
        /// This signal is emitted when some dialog needs to be shown with
        /// some data.
        void showDialog(std::string const & name, std::string const & data,
-               Inset * inset = 0);
+               Inset * inset = nullptr);
 
        /// This signal is emitted when some dialogs needs to be updated.
        void updateDialog(std::string const & name, std::string const & data);