From a0e1e876034207c01cfda51b9efebf3446548bc6 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 12 Sep 2008 10:21:00 +0000 Subject: [PATCH] document Cursor::selHandle git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26363 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Cursor.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Cursor.h b/src/Cursor.h index 19eeca964b..a35a46c95b 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -95,7 +95,12 @@ public: DocIterator selectionBegin() const; /// access start of selection DocIterator selectionEnd() const; - /// FIXME: document this + /* + Update the selection status and save permanent + selection if needed. + @param selecting the new selection status + @return whether the selection status has changed + */ bool selHandle(bool selecting); /// docstring selectionAsString(bool label) const;