Merge pull request #7296 from adammeyer/custom-window-level
Allow custom window level when sending window to top
This commit is contained in:
commit
de76bf5f63
8 changed files with 36 additions and 11 deletions
|
@ -136,7 +136,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
bool IsFullScreenable();
|
||||
void SetClosable(bool closable);
|
||||
bool IsClosable();
|
||||
void SetAlwaysOnTop(bool top);
|
||||
void SetAlwaysOnTop(bool top, mate::Arguments* args);
|
||||
bool IsAlwaysOnTop();
|
||||
void Center();
|
||||
void SetPosition(int x, int y, mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue