diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-02 13:45:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-04 19:00:54 +0900 |
commit | 72fce97c2e965335bbd53ebe0af86386d0524204 (patch) | |
tree | 65f5425ccec9ba9930aac2ae7b41e09d6942b74f /kicker/taskmanager/taskmanager.h | |
parent | 673e48af907a279dc2d651b8f4954ea556a94182 (diff) | |
download | tdebase-72fce97c2e965335bbd53ebe0af86386d0524204.tar.gz tdebase-72fce97c2e965335bbd53ebe0af86386d0524204.zip |
Add support for window tiling to the taskbar and window's popup menus. This relates to TDE/tdebase#349.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4cd5817775a7e3618081bfed788f361307cfef41)
Diffstat (limited to 'kicker/taskmanager/taskmanager.h')
-rw-r--r-- | kicker/taskmanager/taskmanager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kicker/taskmanager/taskmanager.h b/kicker/taskmanager/taskmanager.h index 289c6af55..3f8e2f5e2 100644 --- a/kicker/taskmanager/taskmanager.h +++ b/kicker/taskmanager/taskmanager.h @@ -423,6 +423,12 @@ public slots: */ void updateThumbnail(); + /** + * Tile the task's window to the specified position. The position is one of the + * valid value for ActiveBorder enum + */ + void tileTo(int); + signals: /** * Indicates that this task has changed in some way. |