document Cursor::selHandle

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26363 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-09-12 10:21:00 +00:00
parent 1d25a38fc1
commit a0e1e87603

View File

@ -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;