mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1d25a38fc1
commit
a0e1e87603
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user