diff options
author | Mavridis Philippe <[email protected]> | 2023-12-05 15:53:55 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-29 11:23:31 +0900 |
commit | 7482fe22830ce974a15e3a132dcc3ac6cee1a65f (patch) | |
tree | 42ac4d2e0a6cd7546ee8354eab07f47056437c0a /twin/workspace.h | |
parent | 8d642b33a1c5b6b2d0d94e395df83704b3610b55 (diff) | |
download | tdebase-7482fe22830ce974a15e3a132dcc3ac6cee1a65f.tar.gz tdebase-7482fe22830ce974a15e3a132dcc3ac6cee1a65f.zip |
TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls
Signed-off-by: Mavridis Philippe <[email protected]>
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(); /** |