Ref T447, utility function to set on top flag

Also a signal when "always on top" was triggered
This commit is contained in:
Klaus Basan
2018-12-11 09:00:15 +01:00
parent c591728e88
commit 08495a7854
6 changed files with 45 additions and 8 deletions

View File

@@ -271,6 +271,9 @@ namespace BlackGui
//! Font has been changed
void fontChanged();
//! always on top
void alwaysOnTop(bool onTop);
protected:
//! \name print messages generated during parsing / cmd handling
//! @{