diff options
| author | John Bintz <me@johnbintz.com> | 2006-08-13 17:45:18 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-08-13 17:45:18 +0000 |
| commit | addfca5cf637c0fe78d5bdeb2cb122f1f77131f8 (patch) | |
| tree | 88d085d9e6083b9f07ca5d2a0230948e49ab8955 /src/ui/view/edit-widget-interface.h | |
| parent | Fixed: Wrong colour space was used in images with transparency. (diff) | |
| download | inkscape-addfca5cf637c0fe78d5bdeb2cb122f1f77131f8.tar.gz inkscape-addfca5cf637c0fe78d5bdeb2cb122f1f77131f8.zip | |
added functions to allow update events to process during long-running operations
(bzr r1595)
Diffstat (limited to 'src/ui/view/edit-widget-interface.h')
| -rw-r--r-- | src/ui/view/edit-widget-interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h index 689eff4a7..605c72b59 100644 --- a/src/ui/view/edit-widget-interface.h +++ b/src/ui/view/edit-widget-interface.h @@ -70,6 +70,9 @@ struct EditWidgetInterface /// Queue a redraw request with the canvas virtual void requestCanvasUpdate() = 0; + /// Force a redraw of the canvas + virtual void requestCanvasUpdateAndWait() = 0; + /// Update the "active desktop" indicator virtual void activateDesktop() = 0; |
