summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index c78c214a5b60..95aba300f41e 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1122,6 +1122,9 @@ public:
/// Use OS specific way to bring user attention to current window
virtual void FlashWindow() const;
+ virtual void SetTaskBarProgress(int nCurrentProgress);
+ virtual void SetTaskBarState(VclTaskBarStates eTaskBarState);
+
/** @name Accessibility
*/
///@{