mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T447, utility function to set on top flag
Also a signal when "always on top" was triggered
This commit is contained in:
@@ -108,8 +108,11 @@ namespace BlackGui
|
||||
//! Toggle frameless mode (EXPERIMENTAL)
|
||||
void toggleFrameless();
|
||||
|
||||
//! Toggle always on top
|
||||
void toggleAlwaysOnTop();
|
||||
//! Window always on top
|
||||
void windowAlwaysOnTop();
|
||||
|
||||
//! Window not on top
|
||||
void windowNotAlwaysOnTop();
|
||||
|
||||
//! Set always on top
|
||||
void setAlwaysOnTop(bool onTop) { m_alwaysOnTop = onTop; }
|
||||
|
||||
Reference in New Issue
Block a user