]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
update the ACM SIGPLAN files to latest layout and fileformat
[lyx.git] / src / TextMetrics.h
index d42759d842eec5d3fe45071aa406611eedf1419d..78825c39852b5fb7eeda060d306649fb70f86aa3 100644 (file)
@@ -160,8 +160,7 @@ private:
 
        /// draw selection for a single row
        void drawRowSelection(PainterInfo & pi, int x, Row const & row,
-               DocIterator const & beg, DocIterator const & end, 
-               bool drawOnBegMargin, bool drawOnEndMargin) const;
+               Cursor const & cur, pit_type const pit) const;
 
 // Temporary public:
 public:
@@ -238,6 +237,10 @@ public:
        int leftMargin(int max_width, pit_type pit, pos_type pos) const;
        int leftMargin(int max_width, pit_type pit) const;
 
+       /// calculates the position of a completion popup
+       void completionPosAndDim(Cursor const & cur, int & x, int & y, 
+               Dimension & dim) const;
+
 private:
        friend class BufferView;