diff options
author | Michele Calgaro <[email protected]> | 2024-08-02 13:45:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-02 15:27:22 +0900 |
commit | 4cd5817775a7e3618081bfed788f361307cfef41 (patch) | |
tree | beeed52fdaca7c3e372048a42b6e2ce9ace840b0 /kicker/taskmanager/taskmanager.h | |
parent | 8afb12b32bbc7ef5de9a3821b6f2dae7c658e7db (diff) | |
download | tdebase-4cd5817775a7e3618081bfed788f361307cfef41.tar.gz tdebase-4cd5817775a7e3618081bfed788f361307cfef41.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 <[email protected]>
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. |