mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
some documentation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21465 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
257117ac1e
commit
52ee452334
@ -16,11 +16,20 @@ namespace lyx {
|
||||
|
||||
namespace Update {
|
||||
enum flags {
|
||||
/// No screen update is needed.
|
||||
None = 0,
|
||||
/// Recenter the screen around the cursor if is found outside the
|
||||
/// visible area.
|
||||
FitCursor = 1,
|
||||
/// Force a full screen metrics update.
|
||||
Force = 2,
|
||||
/// Try to rebreak only the current paragraph metrics.
|
||||
SinglePar = 4,
|
||||
/// Indicate a selection that spans multiple paragraphs.
|
||||
/// FIXME: get rid of this.
|
||||
MultiParSel = 8,
|
||||
/// Only the inset decorations need to be redrawn, no text metrics
|
||||
/// update is needed.
|
||||
Decoration = 16
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user