add action and design for resizing a window

This commit is contained in:
Dana Jansens 2002-07-20 18:46:29 +00:00
parent 4aeca296e8
commit 32ac5d9b88
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,8 @@ Epist design notes, by woodblock
- send to desktop
- toggle shade
- sticky
- move window (?)
- move window
- resize window
- next/prev window (special orders like stacking, grouping, etc?)
- maximize/minimize
- no stupid window

View file

@ -46,6 +46,8 @@ public:
moveWindowDown, //done
moveWindowLeft, //done
moveWindowRight, //done
resizeWindowWidth,
resizeWindowHeight,
toggleMaximizeFull, //done
toggleMaximizeVertical, //done