aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4042be9..d6eb944 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.85 2003/07/20 08:12:36 rathnor Exp $ 25// $Id: Window.hh,v 1.86 2003/07/24 03:19:02 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -180,12 +180,14 @@ public:
180 void close(); 180 void close();
181 /// set the window in withdrawn state 181 /// set the window in withdrawn state
182 void withdraw(); 182 void withdraw();
183 /// toggel maximize 183 /// toggle maximize
184 void maximize(); 184 void maximize(int type = MAX_FULL);
185 /// maximizes the window horizontal 185 /// maximizes the window horizontal
186 void maximizeHorizontal(); 186 void maximizeHorizontal();
187 /// maximizes the window vertical 187 /// maximizes the window vertical
188 void maximizeVertical(); 188 void maximizeVertical();
189 /// maximizes the window fully
190 void maximizeFull();
189 /// toggles shade 191 /// toggles shade
190 void shade(); 192 void shade();
191 /// toggles sticky 193 /// toggles sticky