diff options
author | Mavridis Philippe <[email protected]> | 2023-12-05 15:53:55 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-29 11:25:12 +0900 |
commit | 62ce84146e5a9505e59121b9ab65f9e32704f16f (patch) | |
tree | d1ce0fb0d901a85c70bd36e703c0ed9c5b40b842 /twin/workspace.h | |
parent | 8d168e4985f1e1276ba554bc0e046153ead1219e (diff) | |
download | tdebase-62ce84146e5a9505e59121b9ab65f9e32704f16f.tar.gz tdebase-62ce84146e5a9505e59121b9ab65f9e32704f16f.zip |
TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 7482fe22830ce974a15e3a132dcc3ac6cee1a65f)
Diffstat (limited to 'twin/workspace.h')
-rw-r--r-- | twin/workspace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/twin/workspace.h b/twin/workspace.h index 954ea5191..b6f97f1a8 100644 --- a/twin/workspace.h +++ b/twin/workspace.h @@ -206,6 +206,10 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin void showWindowMenuAt( unsigned long id, int x, int y ); void showWindowMenu( unsigned long id ); + + void tileHorizontally(unsigned long w1, unsigned long w2); + void tileVertically(unsigned long w1, unsigned long w2); + void tileGrid(unsigned long w1, unsigned long w2, unsigned long w3, unsigned long w4); void kDestopResized(); /** |