Update link to tarball
[whome.git] / chap2.php
blob32442bafe61d467ea36d11720a7ccf242f0e284b
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
5 <title>User Guide: Window</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
7 <link href="title.css" rel="stylesheet" type="text/css" />
8 </head>
10 <body>
11 <?php include("dock.php"); ?>
12 <?php include("header.php"); ?>
14 <table class="inner" border="0" cellpadding="1" cellspacing="1">
15 <tr>
16 <td content="content" colspan="2" valign="top">
17 <br />
18 <br />
19 <br />
21 <h2>Chapter 2</h2>
23 <h1>Windows</h1><br />
24 <br />
25 <br />
27 <h2><a name="2.1">2.1 Anatomy of a Window</a></h2>Generally an application will have the following layout:<br />
28 <br />
30 <center>
31 <img src="guide/images/anatomy.gif" border="0" width="426" height="344" alt="[Anatomy of a Window]" /><br />
32 <br />
34 <table border="0" width="90%" cellspacing="0" cellpadding="5">
35 <tbody>
36 <tr>
37 <td align="right" valign="top"><br />
38 <font face="Times New Roman, Times, Times Roman"><b>Titlebar</b></font></td>
40 <td align="left"><br />
41 <font face="Times New Roman, Times, Times Roman">The titlebar presents the name of the application, document or
42 window. It's color indicates the keyboard focus state and type of the window. You can use it to move, activate,
43 raise, lower and access the window commands menu.</font></td>
44 </tr>
46 <tr>
47 <td align="right" valign="top"><font face="Times New Roman, Times, Times Roman"><b>Miniaturize
48 button.</b></font></td>
50 <td align="left"><font face="Times New Roman, Times, Times Roman">You can click on the miniaturize button to
51 miniaturize/iconify a window or click it with the <b>Meta</b> key pressed to hide the application.</font></td>
52 </tr>
54 <tr>
55 <td align="right" valign="top"><br />
56 <font face="Times New Roman, Times, Times Roman"><b>Close Button.</b></font></td>
58 <td align="left"><br />
59 <font face="Times New Roman, Times, Times Roman">The close button can be used to close a window or kill the
60 application, if the application can't understand the close message.</font></td>
61 </tr>
63 <tr>
64 <td align="right" valign="top"><br />
65 <font face="Times New Roman, Times, Times Roman"><b>Resizebar.</b></font></td>
67 <td align="left"><br />
68 <font face="Times New Roman, Times, Times Roman">You use the resizebar to (surprise!) resize a
69 window.</font></td>
70 </tr>
72 <tr>
73 <td align="right" valign="top"><br />
74 <font face="Times New Roman, Times, Times Roman"><b>Client Area.</b></font></td>
76 <td align="left"><br />
77 <font face="Times New Roman, Times, Times Roman">The client area is where the application show it's
78 information. If the window if inactive, you can click on it to activate it.</font></td>
79 </tr>
80 </tbody>
81 </table>
82 </center><br />
83 <br />
84 <br />
85 <a name="2.2"></a>
87 <h2><a name="2.2">2.2 Working With Windows</a></h2><a name="2.2"></a><br />
88 <br />
89 <a name="2.2.1"></a>
91 <h3><a name="2.2.1">2.2.1 Focusing a Window</a></h3><a name="2.2.1"></a><br />
92 Windows can be in two states: <i>focused</i> , or <i>unfocused.</i> The focused window (also called the key or active
93 window) has a black titlebar and is the window that receives keyboard input, ie: where you can type text. Usually it's
94 the window where you work on. Only one window may be focused at a time. Unfocused windows have a light gray titlebar.
95 Some applications have a special type of window, called dialog windows transient windows or panels. When these windows
96 are active, the window that owns them (the main window) get a dark gray titlebar. As soon as the dialog window is
97 closed, the focus is returned to the owner window.<br />
98 <br />
99 <br />
100 The image below shows an active Open File panel and it's owner window.<br />
101 <br />
103 <center>
104 <img src="guide/images/focus.gif" border="0" width="574" height="360" alt="[Focused, Unfocused, and Parent Window]" />
105 </center><br />
106 <br />
107 There are three styles of window focusing:<br />
108 <br />
109 <b>Click-to-Focus</b>,or manual focus mode. In click-to-focus mode, you explicitly choose the window that should be
110 focused. This is the default mode.<br />
111 <br />
112 <b>Focus-Follow-Mouse</b>,or auto-focus mode. In this mode, the focused window is chosen based on the position of the
113 mouse pointer. The window below the mouse pointer is always the focused window.<br />
114 <br />
115 <b>Sloppy-Focus</b>,or semi-auto-focus mode. This is similar to the focus-follow-mouse mode, but if you move the
116 pointer from a window to the root window, the window will not loose focus.<br />
117 <br />
118 You can choose between these modes with the <i>FocusMode</i> option<br />
119 <br />
120 <br />
121 <br />
122 <font face="Helvetica"><b>To focus a window in click-to-focus mode:</b></font>
124 <ul type="disc">
125 <li><font face="Helvetica">Click on the titlebar, resizebar or in the client area of the window with the left or
126 right mouse button.<br />
127 <br />
128 OR<br />
129 <br /></font></li>
131 <li><font face="Helvetica">Click on the titlebar with the middle mouse button. This will focus the window without
132 bringing it to the front.<br />
133 <br />
134 OR<br />
135 <br /></font></li>
137 <li><font face="Helvetica">Open the window list menu and select the window to focus.</font></li>
138 </ul><br />
139 When you click in the client area of an inactive window to set the focus, the click is normally processed by the
140 application. If you find this behaviour a little confusing, you can make the application ignore this click by using the
141 <i>IgnoreFocusClick</i> option.<br />
142 <br />
143 <br />
144 <font face="Helvetica"><b>To focus a window in focus-follow-mouse mode:</b></font>
146 <ul type="disc">
147 <li><font face="Helvetica">Move the pointer over the window you want to focus.</font></li>
148 </ul><br />
149 <br />
150 <br />
151 <br />
152 <a name="2.2.2"></a>
154 <h3><a name="2.2.2">2.2.2 Reordering Overlapping Windows</a></h3><a name="2.2.2"></a> Windows can overlap other
155 windows, making some windows be over or in front of others.<br />
156 <br />
157 <br />
158 <font face="Helvetica"><b>To bring a window to the front:</b><br /></font>
160 <ul type="disc">
161 <li><font face="Helvetica">Click on the titlebar or resizebar of the desired window with the left mouse button.<br />
162 <br />
163 OR<br />
164 <br /></font></li>
166 <li><font face="Helvetica">Select the desired window from the Window List menu.</font></li>
167 </ul><br />
168 <br />
169 Dialog/transient windows are always placed over their owner windows, unless the <i>OnTopTransients</i> option is
170 disabled. Some windows have a special attribute that allow them be permanently over normal windows. You can make
171 specific windows have this attribute use the <i>AlwaysOnTop</i> window option or set it in the Window Inspector
172 panel.<br />
173 <br />
174 <br />
176 <h3><b>Extra Bindings</b></h3>
178 <center>
179 <table border="0" width="80%" cellspacing="0" cellpadding="5">
180 <tbody>
181 <tr>
182 <th align="left"><font face="Times New Roman, Times, Times Roman">Action</font></th>
184 <th align="left"><font face="Times New Roman, Times, Times Roman">Effect</font></th>
185 </tr>
187 <tr>
188 <td colspan="2">
189 <hr />
190 </td>
191 </tr>
193 <tr>
194 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Meta-Click on the window
195 titlebar. with the left mouse button</font></td>
197 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sends the window to the
198 back.</font></td>
199 </tr>
201 <tr>
202 <td colspan="2">
203 <hr />
204 </td>
205 </tr>
207 <tr>
208 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Meta-Click on the Client Area of
209 the window with the left mouse button.</font></td>
211 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Brings the window to the front
212 and focuses it.</font></td>
213 </tr>
215 <tr>
216 <td colspan="2">
217 <hr />
218 </td>
219 </tr>
221 <tr>
222 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Hold the Meta key and press the
223 Up Arrow key</font></td>
225 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Brings the current focused
226 window to the front.</font></td>
227 </tr>
229 <tr>
230 <td colspan="2">
231 <hr />
232 </td>
233 </tr>
235 <tr>
236 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Hold the Meta key and press the
237 Down Arrow key</font></td>
239 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sends the current focused window
240 to the back.</font></td>
241 </tr>
243 <tr>
244 <td colspan="2">
245 <hr />
246 </td>
247 </tr>
248 </tbody>
249 </table>
250 </center><br />
251 <br />
252 <br />
253 <a name="2.2.3"></a>
255 <h3><a name="2.2.3">2.2.3 Moving a Window</a></h3><a name="2.2.3"></a> To move the window around the screen, drag the
256 window through it's titlebar with the left mouse button pressed. This will also bring the window to the front and focus
257 the window.<br />
258 <br />
259 <br />
260 <font face="Helvetica"><b>To move a window:</b></font>
262 <ul type="disc">
263 <li><font face="Helvetica">Click on the titlebar of the window you want to move with the left mouse button and drag
264 it with the button pressed.</font></li>
265 </ul>While you move the window, a little box will appear in the screen, indicating the current window position in
266 pixels, relative to the top left corner of the screen. You can change the location of this position box by hitting the
267 Shift key during the move operation.<br />
268 <br />
269 In some rare occasions, it is possible for a window to be placed off screen. This can happen with some buggy
270 applications. To bring a window back to the visible screen area, select the window in the Window List menu. You can
271 prevent windows from doing that with the <i>DontMoveOff</i> window attribute.<br />
272 <br />
273 <br />
275 <h3><b>Extra Bindings</b></h3>
277 <center>
278 <table border="0" width="80%" cellspacing="0" cellpadding="5">
279 <tbody>
280 <tr>
281 <th align="left"><font face="Times New Roman, Times, Times Roman">Action</font></th>
283 <th align="left"><font face="Times New Roman, Times, Times Roman">Effect</font></th>
284 </tr>
286 <tr>
287 <td colspan="2">
288 <hr />
289 </td>
290 </tr>
292 <tr>
293 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the titlebar with the
294 middle mouse button</font></td>
296 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window without changing
297 it's stacking order.</font></td>
298 </tr>
300 <tr>
301 <td colspan="2">
302 <hr />
303 </td>
304 </tr>
306 <tr>
307 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the titlebar while holding
308 the Control key</font></td>
310 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window without focusing
311 it.</font></td>
312 </tr>
314 <tr>
315 <td colspan="2">
316 <hr />
317 </td>
318 </tr>
320 <tr>
321 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the client area or
322 resizebar while holding the Meta key</font></td>
324 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window.</font></td>
325 </tr>
327 <tr>
328 <td colspan="2">
329 <hr />
330 </td>
331 </tr>
332 </tbody>
333 </table>
334 </center><br />
335 <br />
336 <br />
337 <br />
338 <a name="2.2.4"></a>
340 <h3><a name="2.2.4">2.2.4 Resizing a Window</a></h3><a name="2.2.4"></a> The size of a window can be adjusted by
341 dragging the resizebar.<br />
342 <br />
344 <center>
345 <img src="guide/images/resizebar.gif" border="0" width="470" height="47" alt="[A Resizebar]" />
346 </center><br />
347 <br />
348 Depending on the place you click to drag the resizebar, the resize operation is constrained to a direction.<br />
349 <br />
350 <br />
351 <font face="Helvetica"><b>To resize a window</b></font>
353 <ul type="disc">
354 <li><font face="Helvetica">To change the window's height, click in the middle region of the resizebar and drag it
355 vertically.<br />
356 <br /></font></li>
358 <li><font face="Helvetica">To change the window's width, click in either end regions of the resizebar and drag it
359 horizontally.<br />
360 <br /></font></li>
362 <li><font face="Helvetica">To change both height and width at the same time, click in either end regions of the
363 resizebar and drag it diagonally.</font></li>
364 </ul><br />
365 <br />
367 <h3><b>Extra Bindings</b></h3>
369 <center>
370 <table border="0" width="80%" cellspacing="0" cellpadding="5">
371 <tbody>
372 <tr>
373 <th align="left"><font face="Times New Roman, Times, Times Roman"><b>Action</b></font></th>
375 <th align="left"><font face="Times New Roman, Times, Times Roman"><b>Effect</b></font></th>
376 </tr>
378 <tr>
379 <td colspan="2">
380 <hr />
381 </td>
382 </tr>
384 <tr>
385 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the window in the client
386 area with the Right mouse button, while holding the Meta key</font></td>
388 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resizes the window.</font></td>
389 </tr>
391 <tr>
392 <td colspan="2">
393 <hr />
394 </td>
395 </tr>
397 <tr>
398 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the resizebar with the
399 middle mouse button</font></td>
401 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resize the window without
402 bringing it to the front</font></td>
403 </tr>
405 <tr>
406 <td colspan="2">
407 <hr />
408 </td>
409 </tr>
411 <tr>
412 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the resizebar while holding
413 the Control key</font></td>
415 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resize the window without
416 focusing it.</font></td>
417 </tr>
419 <tr>
420 <td colspan="2">
421 <hr />
422 </td>
423 </tr>
424 </tbody>
425 </table>
426 </center><br />
427 <br />
428 <br />
429 <a name="2.2.5"></a>
431 <h3><a name="2.2.5">2.2.5 Miniaturizing a Window</a></h3><a name="2.2.5"></a><br />
432 If you want to temporarily get rid of a window, you can miniaturize it. When miniaturizing a window, it will shrink
433 into a miniwindow with a icon and a title that is placed at the bottom of the screen.<br />
434 <br />
436 <center>
437 <img src="guide/imagtitle.gif" border="0" width="200" height="50" alt="[A Titlebar]" />
438 </center><br />
439 <br />
441 <center>
442 <table border="0" cellspacing="0" cellpadding="5" width="40%">
443 <tbody>
444 <tr>
445 <td align="left"><img src="guide/images/mini.gif" border="0" width="64" height="64" alt="[A Mini-window]" /></td>
447 <td align="left"><font face="Times New Roman, Times, Times Roman">A mini-window</font></td>
448 </tr>
449 </tbody>
450 </table>
451 </center><br />
452 <br />
453 You can move the miniwindow around the screen by dragging it. Unlike application icons, miniwindows cannot be
454 docked.<br />
455 <br />
456 To restore a window from it's miniwindow, double click the miniwindow. The window will be restored in the current
457 workspace, with the same position, size and contents as it had before miniaturization.<br />
458 <br />
459 <br />
460 <font face="Helvetica"><b>To miniaturize a window:</b></font>
462 <ul type="disc">
463 <li><font face="Helvetica">Click on the miniaturize button.<br />
464 <br />
465 OR<br />
466 <br /></font></li>
468 <li><font face="Helvetica">Use the keyboard shortcut assigned to this action, Meta+m in the default
469 configuration.</font></li>
470 </ul><br />
471 <br />
472 You can also restore all miniaturized and hidden windows of a given application by double clicking in it's application
473 icon with the middle mouse button.<br />
474 <br />
475 <br />
476 <a name="2.2.6"></a>
478 <h3><a name="2.2.6">2.2.6 Shading a Window</a></h3><a name="2.2.6"></a> If you want to temporarily get rid of a window,
479 an option for it's miniaturization is to <i>shade</i> it. When you shade a window, the window rolls up to it's
480 titlebar. You can do almost everything you do with a normal window with shaded windows, like miniaturizing or closing
481 it.<br />
482 <br />
483 <br />
484 <br />
485 <br />
486 <font face="Helvetica"><b>To shade a window:</b></font>
488 <ul type="disc">
489 <li><font face="Helvetica">Double Click on the titlebar of the window.</font></li>
490 </ul>
492 <center>
493 <img src="guide/images/shade.gif" border="0" width="287" height="279" alt="[A Shaded window]" />
494 </center><br />
495 <br />
496 <br />
497 <a name="2.2.7"></a>
499 <h3><a name="2.2.7">2.2.7 Closing a Window</a></h3><a name="2.2.7"></a> After finishing work in a window, you can close
500 it to completely get rid of it. When you close a window, it is removed from the screen and can no longer be restored.
501 So, before closing a window, be sure you have saved any work you were doing on it.<br />
502 <br />
504 <center>
505 <img src="guide/imagtitle2.gif" border="0" width="200" height="50" alt="A Titlebar with a close button" />
506 </center><br />
507 <br />
508 Some windows will have a close button with some dots around it. These windows can't be closed normally and the only way
509 to get rid of them is by exiting the application. You should try exiting from inside the application (through it's
510 menus or buttons) when possible. Otherwise you can force WindowMaker to ``kill'' the application.<br />
511 <br />
512 <br />
513 <font face="Helvetica"><b>To force the closure of a window (by killing the application):</b></font>
515 <ul type="disc">
516 <li><font face="Helvetica">Hold the Control key and click on the close button.<br />
517 <br />
518 OR<br />
519 <br /></font></li>
521 <li><font face="Helvetica">Double click the close button.</font></li>
522 </ul><br />
523 <br />
524 It is also possible to kill applications that can be normally closed by clicking the close button while holding the
525 Control key.<br />
526 <br />
527 <br />
528 <a name="2.2.8"></a>
530 <h3><a name="2.2.8">2.2.8 Maximizing a Window</a></h3><a name="2.2.8"></a> If you want to resize a window to occupy the
531 whole screen, you can maximize the window. When you unmaximize it, the window will be restored to the same position and
532 size it was before maximized.<br />
533 <br />
534 <br />
535 <font face="Helvetica"><b>To maximize a window:</b></font>
537 <ul type="disc">
538 <li><font face="Helvetica">Hold the Control key and double click on the window titlebar to resize the window's height
539 to full screen.<br />
540 <br />
541 OR<br />
542 <br /></font></li>
544 <li><font face="Helvetica">Hold the Shift key and double click on the window titlebar to resize the window's width to
545 full screen.<br />
546 <br />
547 OR<br />
548 <br /></font></li>
550 <li><font face="Helvetica">Hold both the Control and Shift keys and double click on the window titlebar to resize
551 both window's height and width to full screen.</font></li>
552 </ul><br />
553 <br />
554 <br />
555 <font face="Helvetica"><b>To restore the size of a maximized window:</b></font>
557 <ul type="disc">
558 <li><font face="Helvetica">Hold the Control OR Shift key and double click on the window titlebar.</font></li>
559 </ul><br />
560 <br />
561 You can select whether the window should be maximized to the whole screen or if the position of the Dock should be
562 accounted for by setting the <i>WinDock</i> option.<br />
563 <br />
564 <br />
565 <br />
566 <a name="2.2.9"></a>
568 <h3><a name="2.2.9">2.2.9 The Window Commands Menu</a></h3><a name="2.2.9"></a> Clicking on the titlebar of a window
569 with the right mouse button will open a menu containing commands that will apply to that window. The menu can also be
570 opened through the keyboard with the Control+Escape key, by default.<br />
571 <br />
573 <center>
574 <table border="0" width="90%" cellspacing="0" cellpadding="5">
575 <tbody>
576 <tr>
577 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">(Un)Maximize</font></th>
579 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will either maximize the window
580 horizontally and vertically, or, if the window is a;ready maximized, restore the window to the size it was
581 prior to being maximized.</font></td>
582 </tr>
584 <tr>
585 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Miniaturize</font></th>
587 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will miniaturize the
588 window.</font></td>
589 </tr>
591 <tr>
592 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">(Un)Shade</font></th>
594 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will shade the window, or
595 unshade it if it is already shaded.</font></td>
596 </tr>
598 <tr>
599 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Hide</font></th>
601 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will hide all the windows of the
602 application</font></td>
603 </tr>
605 <tr>
606 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Hide Others</font></th>
608 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will hide all current
609 applications except the current one</font></td>
610 </tr>
612 <tr>
613 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Move To</font></th>
615 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Allows you to move the window to
616 a different workspace</font></td>
617 </tr>
619 <tr>
620 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Attributes...</font></th>
622 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the Window Attributes
623 Inspector (see section <a href="chap2.php#2.3">2.3</a>
624 )</font></td>
625 </tr>
627 <tr>
628 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Close</font></th>
630 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will close the
631 window</font></td>
632 </tr>
634 <tr>
635 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Kill</font></th>
637 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will kill the application. Use
638 this option only if the application does not provide means to close it normally, or in extreme
639 cases.</font></td>
640 </tr>
641 </tbody>
642 </table>
643 </center><a name="2.3"></a>
645 <h2><a name="2.3">2.3 The Window Attributes Inspector</a></h2><a name="2.3"></a> <a name="2.3.1"></a>
647 <h3><a name="2.3.1">2.3.1 Window Specification</a></h3><a name="2.3.1"></a> This panel Allows you to specify the
648 WM_CLASS that WindowMaker should use to identify the window whose attributes you are setting.<br />
649 <br />
651 <center>
652 <img src="guide/images/wiaspec.gif" border="0" width="262" height="374" alt=
653 "[Window Attributes Inspector: Window Specification]" />
654 </center><br />
655 <br />
656 <br />
657 <a name="2.3.2"></a>
659 <h3><a name="2.3.2">2.3.2 Window Attributes</a></h3><a name="2.3.2"></a> This panel lets you set the attributes for the
660 selected window.<br />
661 <br />
663 <center>
664 <img src="guide/images/wiaattrib.gif" border="0" width="262" height="374" alt=
665 "[Window Attributes Inspector: Window Attributes]" />
666 </center><br />
667 <br />
669 <center>
670 <table border="0" width="90%" cellspacing="0" cellpadding="5">
671 <tbody>
672 <tr>
673 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable titlebar</font></th>
675 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the titlebar for the
676 selected window not to be displayed</font></td>
677 </tr>
679 <tr>
680 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable resizebar</font></th>
682 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the resizebar for the
683 selected window not to be displayed</font></td>
684 </tr>
686 <tr>
687 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable close
688 button</font></th>
690 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the close button for the
691 selected window not to be displayed</font></td>
692 </tr>
694 <tr>
695 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable miniaturize
696 button</font></th>
698 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the miniaturize button
699 for the selected window not to be displayed</font></td>
700 </tr>
702 <tr>
703 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Keep on Top</font></th>
705 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
706 stay on top of all other windows</font></td>
707 </tr>
709 <tr>
710 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Omnipresent</font></th>
712 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to be
713 displayed in all workspaces</font></td>
714 </tr>
716 <tr>
717 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Start miniaturized</font></th>
719 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
720 start miniaturized</font></td>
721 </tr>
723 <tr>
724 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Skip window list</font></th>
726 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the select window to be
727 skipped when cycling through the window list.</font></td>
728 </tr>
729 </tbody>
730 </table>
731 </center><br />
732 <br />
733 <br />
734 <a name="2.3.3"></a>
736 <h3><a name="2.3.3">2.3.3 Advanced Options</a></h3><a name="2.3.3"></a><br />
737 <br />
739 <center>
740 <img src="guide/images/wiaadvanced.gif" border="0" width="262" height="374" alt=
741 "[Window Attributes Inspector: Advanced Options]" />
742 </center><br />
743 <br />
745 <center>
746 <table border="0" width="90%" cellspacing="0" cellpadding="5">
747 <tbody>
748 <tr>
749 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Ignore HideOthers</font></th>
751 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
752 remain visible when <b>HideOthers</b> is selected from the <a href=
753 "chap2.php#2.2.9">Window Commands Menu</a></font></td>
754 </tr>
756 <tr>
757 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't bind keyboard
758 shortcuts</font></th>
760 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
761 receive ALL keyboard events</font></td>
762 </tr>
764 <tr>
765 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't bind mouse
766 clicks</font></th>
768 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
769 receive all mouse-click events</font></td>
770 </tr>
772 <tr>
773 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Keep Inside Screen</font></th>
775 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window not
776 to be able to place itself off the screen</font></td>
777 </tr>
779 <tr>
780 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't let it take
781 focus</font></th>
783 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window not
784 to be able to take input focus</font></td>
785 </tr>
787 <tr>
788 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't Save Session</font></th>
790 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the state of the selected
791 window not to be saved when a session is saved. (either when quitting WindowMaker, or when done
792 manually.)</font></td>
793 </tr>
795 <tr>
796 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Emulate Application
797 Icon</font></th>
799 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Emulates an Application Icon for
800 "broken" applications</font></td>
801 </tr>
802 </tbody>
803 </table>
804 </center><br />
805 <br />
806 <br />
807 <a name="2.3.4"></a>
809 <h3><a name="2.3.4">2.3.4 Icon and Initial Workspace</a></h3><a name="2.3.4"></a> This panel allows you to
810 <b>browse</b> for, and <b>update</b> the <b>mini-window image</b> for the selected window, as well as setting the
811 <b>initial workspace.</b><br />
812 <br />
814 <center>
815 <img src="guide/images/wiaiandiw.gif" border="0" width="262" height="374" alt=
816 "[Window Attributes Inspector: Icon and Initia Workspace]" />
817 </center><br />
818 <br />
819 <br />
820 <br />
821 <br />
822 <a name="2.3.5"></a>
824 <h3><a name="2.3.5">2.3.5 Application Specific</a></h3><a name="2.3.5"></a> Attributes specific to the selected
825 application<br />
826 <br />
828 <center>
829 <img src="guide/images/wiaappspec.gif" border="0" width="262" height="374" alt=
830 "[Window Attributes Inspector: Icon and Initia Workspace]" />
831 </center><br />
832 <br />
834 <table border="0" width="90%" cellspacing="0" cellpadding="5">
835 <tbody>
836 <tr>
837 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Start hidden</font></th>
839 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Starts the selected application in
840 a hidden state</font></td>
841 </tr>
843 <tr>
844 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">No application icon</font></th>
846 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Disables the application icon for
847 the selected application</font></td>
848 </tr>
849 </tbody>
850 </table><br />
851 <br />
852 <br />
853 </td>
854 </tr>
855 </table>
857 <?php include("footer.php"); ?>
859 </body>
860 </html>