diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:46:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:46:29 +0000 |
| commit | 32ac5d9b885bec69be2785ad544ba6c473418ce8 (patch) | |
| tree | 6cc030de89758091bcbd70e9fafae80a88a9d61b | |
| parent | 4aeca296e895bfe74d59d4732e740c2d49c10080 (diff) | |
add action and design for resizing a window
| -rw-r--r-- | util/epist/DESIGN | 3 | ||||
| -rw-r--r-- | util/epist/actions.hh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/util/epist/DESIGN b/util/epist/DESIGN index 3f1e549e..545c9edf 100644 --- a/util/epist/DESIGN +++ b/util/epist/DESIGN @@ -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 diff --git a/util/epist/actions.hh b/util/epist/actions.hh index aefe6282..bfd16abe 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -46,6 +46,8 @@ public: moveWindowDown, //done moveWindowLeft, //done moveWindowRight, //done + resizeWindowWidth, + resizeWindowHeight, toggleMaximizeFull, //done toggleMaximizeVertical, //done |
