summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cscrollingpanel.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cscrollingpanel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx b/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
index 90dcc1ac9..b27176e2f 100644
--- a/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
+++ b/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
@@ -168,9 +168,10 @@ namespace NXWidgets
*
* @param dx The horizontal distance to scroll.
* @param dy The vertical distance to scroll.
+ * @param do_redraw Redraw widgets after moving.
*/
- void scrollChildren(int32_t dx, int32_t dy);
+ void scrollChildren(int32_t dx, int32_t dy, bool do_redraw);
/**
* Destructor.