diff options
Diffstat (limited to 'views/window/window.h')
-rw-r--r-- | views/window/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/window/window.h b/views/window/window.h index 17a2ff5..9d29a81 100644 --- a/views/window/window.h +++ b/views/window/window.h @@ -111,6 +111,9 @@ class Window { // Tell the window to update its icon from the delegate. virtual void UpdateWindowIcon() = 0; + // Sets whether or not the window is always-on-top. + virtual void SetIsAlwaysOnTop(bool always_on_top) = 0; + // Creates an appropriate NonClientFrameView for this window. virtual NonClientFrameView* CreateFrameViewForWindow() = 0; |