implement relative window levels, closes #8153
This commit is contained in:
parent
91ed9aeeee
commit
7a0a87a6f3
6 changed files with 20 additions and 7 deletions
|
@ -86,7 +86,8 @@ class NativeWindowViews : public NativeWindow,
|
|||
bool IsFullScreenable() override;
|
||||
void SetClosable(bool closable) override;
|
||||
bool IsClosable() override;
|
||||
void SetAlwaysOnTop(bool top, const std::string& level) override;
|
||||
void SetAlwaysOnTop(bool top, const std::string& level,
|
||||
int relativeLevel) override;
|
||||
bool IsAlwaysOnTop() override;
|
||||
void Center() override;
|
||||
void SetTitle(const std::string& title) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue