Click on titlebar goes to index.php
[whome.git] / chap2.php
blob4dfa6fe72a2cee093519093d71330f2deee06d44
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
12 include("header.php");
13 include("dock.php");
16 <div id="inhalt">
17 <table width="880" border="0" cellpadding="1" cellspacing="1">
18 <tr>
19 <td content="content" colspan="2" valign="top">
20 <br />
21 <br />
22 <br />
24 <h2>Chapter 2</h2>
26 <h1>Windows</h1><br />
27 <br />
28 <br />
30 <h2><a name="2.1">2.1 Anatomy of a Window</a></h2>Generally an application will have the following layout:<br />
31 <br />
33 <center>
34 <img src="guide/images/anatomy.gif" border="0" width="426" height="344" alt="[Anatomy of a Window]" /><br />
35 <br />
37 <table border="0" width="90%" cellspacing="0" cellpadding="5">
38 <tbody>
39 <tr>
40 <td align="right" valign="top"><br />
41 <font face="Times New Roman, Times, Times Roman"><b>Titlebar</b></font></td>
43 <td align="left"><br />
44 <font face="Times New Roman, Times, Times Roman">The titlebar presents the name of the application, document or
45 window. It's color indicates the keyboard focus state and type of the window. You can use it to move, activate,
46 raise, lower and access the window commands menu.</font></td>
47 </tr>
49 <tr>
50 <td align="right" valign="top"><font face="Times New Roman, Times, Times Roman"><b>Miniaturize
51 button.</b></font></td>
53 <td align="left"><font face="Times New Roman, Times, Times Roman">You can click on the miniaturize button to
54 miniaturize/iconify a window or click it with the <b>Meta</b> key pressed to hide the application.</font></td>
55 </tr>
57 <tr>
58 <td align="right" valign="top"><br />
59 <font face="Times New Roman, Times, Times Roman"><b>Close Button.</b></font></td>
61 <td align="left"><br />
62 <font face="Times New Roman, Times, Times Roman">The close button can be used to close a window or kill the
63 application, if the application can't understand the close message.</font></td>
64 </tr>
66 <tr>
67 <td align="right" valign="top"><br />
68 <font face="Times New Roman, Times, Times Roman"><b>Resizebar.</b></font></td>
70 <td align="left"><br />
71 <font face="Times New Roman, Times, Times Roman">You use the resizebar to (surprise!) resize a
72 window.</font></td>
73 </tr>
75 <tr>
76 <td align="right" valign="top"><br />
77 <font face="Times New Roman, Times, Times Roman"><b>Client Area.</b></font></td>
79 <td align="left"><br />
80 <font face="Times New Roman, Times, Times Roman">The client area is where the application show it's
81 information. If the window if inactive, you can click on it to activate it.</font></td>
82 </tr>
83 </tbody>
84 </table>
85 </center><br />
86 <br />
87 <br />
88 <a name="2.2"></a>
90 <h2><a name="2.2">2.2 Working With Windows</a></h2><a name="2.2"></a><br />
91 <br />
92 <a name="2.2.1"></a>
94 <h3><a name="2.2.1">2.2.1 Focusing a Window</a></h3><a name="2.2.1"></a><br />
95 Windows can be in two states: <i>focused</i> , or <i>unfocused.</i> The focused window (also called the key or active
96 window) has a black titlebar and is the window that receives keyboard input, ie: where you can type text. Usually it's
97 the window where you work on. Only one window may be focused at a time. Unfocused windows have a light gray titlebar.
98 Some applications have a special type of window, called dialog windows transient windows or panels. When these windows
99 are active, the window that owns them (the main window) get a dark gray titlebar. As soon as the dialog window is
100 closed, the focus is returned to the owner window.<br />
101 <br />
102 <br />
103 The image below shows an active Open File panel and it's owner window.<br />
104 <br />
106 <center>
107 <img src="guide/images/focus.gif" border="0" width="574" height="360" alt="[Focused, Unfocused, and Parent Window]" />
108 </center><br />
109 <br />
110 There are three styles of window focusing:<br />
111 <br />
112 <b>Click-to-Focus</b>,or manual focus mode. In click-to-focus mode, you explicitly choose the window that should be
113 focused. This is the default mode.<br />
114 <br />
115 <b>Focus-Follow-Mouse</b>,or auto-focus mode. In this mode, the focused window is chosen based on the position of the
116 mouse pointer. The window below the mouse pointer is always the focused window.<br />
117 <br />
118 <b>Sloppy-Focus</b>,or semi-auto-focus mode. This is similar to the focus-follow-mouse mode, but if you move the
119 pointer from a window to the root window, the window will not loose focus.<br />
120 <br />
121 You can choose between these modes with the <i>FocusMode</i> option<br />
122 <br />
123 <br />
124 <br />
125 <font face="Helvetica"><b>To focus a window in click-to-focus mode:</b></font>
127 <ul type="disc">
128 <li><font face="Helvetica">Click on the titlebar, resizebar or in the client area of the window with the left or
129 right mouse button.<br />
130 <br />
131 OR<br />
132 <br /></font></li>
134 <li><font face="Helvetica">Click on the titlebar with the middle mouse button. This will focus the window without
135 bringing it to the front.<br />
136 <br />
137 OR<br />
138 <br /></font></li>
140 <li><font face="Helvetica">Open the window list menu and select the window to focus.</font></li>
141 </ul><br />
142 When you click in the client area of an inactive window to set the focus, the click is normally processed by the
143 application. If you find this behaviour a little confusing, you can make the application ignore this click by using the
144 <i>IgnoreFocusClick</i> option.<br />
145 <br />
146 <br />
147 <font face="Helvetica"><b>To focus a window in focus-follow-mouse mode:</b></font>
149 <ul type="disc">
150 <li><font face="Helvetica">Move the pointer over the window you want to focus.</font></li>
151 </ul><br />
152 <br />
153 <br />
154 <br />
155 <a name="2.2.2"></a>
157 <h3><a name="2.2.2">2.2.2 Reordering Overlapping Windows</a></h3><a name="2.2.2"></a> Windows can overlap other
158 windows, making some windows be over or in front of others.<br />
159 <br />
160 <br />
161 <font face="Helvetica"><b>To bring a window to the front:</b><br /></font>
163 <ul type="disc">
164 <li><font face="Helvetica">Click on the titlebar or resizebar of the desired window with the left mouse button.<br />
165 <br />
166 OR<br />
167 <br /></font></li>
169 <li><font face="Helvetica">Select the desired window from the Window List menu.</font></li>
170 </ul><br />
171 <br />
172 Dialog/transient windows are always placed over their owner windows, unless the <i>OnTopTransients</i> option is
173 disabled. Some windows have a special attribute that allow them be permanently over normal windows. You can make
174 specific windows have this attribute use the <i>AlwaysOnTop</i> window option or set it in the Window Inspector
175 panel.<br />
176 <br />
177 <br />
179 <h3><b>Extra Bindings</b></h3>
181 <center>
182 <table border="0" width="80%" cellspacing="0" cellpadding="5">
183 <tbody>
184 <tr>
185 <th align="left"><font face="Times New Roman, Times, Times Roman">Action</font></th>
187 <th align="left"><font face="Times New Roman, Times, Times Roman">Effect</font></th>
188 </tr>
190 <tr>
191 <td colspan="2">
192 <hr />
193 </td>
194 </tr>
196 <tr>
197 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Meta-Click on the window
198 titlebar. with the left mouse button</font></td>
200 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sends the window to the
201 back.</font></td>
202 </tr>
204 <tr>
205 <td colspan="2">
206 <hr />
207 </td>
208 </tr>
210 <tr>
211 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Meta-Click on the Client Area of
212 the window with the left mouse button.</font></td>
214 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Brings the window to the front
215 and focuses it.</font></td>
216 </tr>
218 <tr>
219 <td colspan="2">
220 <hr />
221 </td>
222 </tr>
224 <tr>
225 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Hold the Meta key and press the
226 Up Arrow key</font></td>
228 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Brings the current focused
229 window to the front.</font></td>
230 </tr>
232 <tr>
233 <td colspan="2">
234 <hr />
235 </td>
236 </tr>
238 <tr>
239 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Hold the Meta key and press the
240 Down Arrow key</font></td>
242 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sends the current focused window
243 to the back.</font></td>
244 </tr>
246 <tr>
247 <td colspan="2">
248 <hr />
249 </td>
250 </tr>
251 </tbody>
252 </table>
253 </center><br />
254 <br />
255 <br />
256 <a name="2.2.3"></a>
258 <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
259 window through it's titlebar with the left mouse button pressed. This will also bring the window to the front and focus
260 the window.<br />
261 <br />
262 <br />
263 <font face="Helvetica"><b>To move a window:</b></font>
265 <ul type="disc">
266 <li><font face="Helvetica">Click on the titlebar of the window you want to move with the left mouse button and drag
267 it with the button pressed.</font></li>
268 </ul>While you move the window, a little box will appear in the screen, indicating the current window position in
269 pixels, relative to the top left corner of the screen. You can change the location of this position box by hitting the
270 Shift key during the move operation.<br />
271 <br />
272 In some rare occasions, it is possible for a window to be placed off screen. This can happen with some buggy
273 applications. To bring a window back to the visible screen area, select the window in the Window List menu. You can
274 prevent windows from doing that with the <i>DontMoveOff</i> window attribute.<br />
275 <br />
276 <br />
278 <h3><b>Extra Bindings</b></h3>
280 <center>
281 <table border="0" width="80%" cellspacing="0" cellpadding="5">
282 <tbody>
283 <tr>
284 <th align="left"><font face="Times New Roman, Times, Times Roman">Action</font></th>
286 <th align="left"><font face="Times New Roman, Times, Times Roman">Effect</font></th>
287 </tr>
289 <tr>
290 <td colspan="2">
291 <hr />
292 </td>
293 </tr>
295 <tr>
296 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the titlebar with the
297 middle mouse button</font></td>
299 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window without changing
300 it's stacking order.</font></td>
301 </tr>
303 <tr>
304 <td colspan="2">
305 <hr />
306 </td>
307 </tr>
309 <tr>
310 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the titlebar while holding
311 the Control key</font></td>
313 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window without focusing
314 it.</font></td>
315 </tr>
317 <tr>
318 <td colspan="2">
319 <hr />
320 </td>
321 </tr>
323 <tr>
324 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the client area or
325 resizebar while holding the Meta key</font></td>
327 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Move the window.</font></td>
328 </tr>
330 <tr>
331 <td colspan="2">
332 <hr />
333 </td>
334 </tr>
335 </tbody>
336 </table>
337 </center><br />
338 <br />
339 <br />
340 <br />
341 <a name="2.2.4"></a>
343 <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
344 dragging the resizebar.<br />
345 <br />
347 <center>
348 <img src="guide/images/resizebar.gif" border="0" width="470" height="47" alt="[A Resizebar]" />
349 </center><br />
350 <br />
351 Depending on the place you click to drag the resizebar, the resize operation is constrained to a direction.<br />
352 <br />
353 <br />
354 <font face="Helvetica"><b>To resize a window</b></font>
356 <ul type="disc">
357 <li><font face="Helvetica">To change the window's height, click in the middle region of the resizebar and drag it
358 vertically.<br />
359 <br /></font></li>
361 <li><font face="Helvetica">To change the window's width, click in either end regions of the resizebar and drag it
362 horizontally.<br />
363 <br /></font></li>
365 <li><font face="Helvetica">To change both height and width at the same time, click in either end regions of the
366 resizebar and drag it diagonally.</font></li>
367 </ul><br />
368 <br />
370 <h3><b>Extra Bindings</b></h3>
372 <center>
373 <table border="0" width="80%" cellspacing="0" cellpadding="5">
374 <tbody>
375 <tr>
376 <th align="left"><font face="Times New Roman, Times, Times Roman"><b>Action</b></font></th>
378 <th align="left"><font face="Times New Roman, Times, Times Roman"><b>Effect</b></font></th>
379 </tr>
381 <tr>
382 <td colspan="2">
383 <hr />
384 </td>
385 </tr>
387 <tr>
388 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the window in the client
389 area with the Right mouse button, while holding the Meta key</font></td>
391 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resizes the window.</font></td>
392 </tr>
394 <tr>
395 <td colspan="2">
396 <hr />
397 </td>
398 </tr>
400 <tr>
401 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the resizebar with the
402 middle mouse button</font></td>
404 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resize the window without
405 bringing it to the front</font></td>
406 </tr>
408 <tr>
409 <td colspan="2">
410 <hr />
411 </td>
412 </tr>
414 <tr>
415 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Drag the resizebar while holding
416 the Control key</font></td>
418 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Resize the window without
419 focusing it.</font></td>
420 </tr>
422 <tr>
423 <td colspan="2">
424 <hr />
425 </td>
426 </tr>
427 </tbody>
428 </table>
429 </center><br />
430 <br />
431 <br />
432 <a name="2.2.5"></a>
434 <h3><a name="2.2.5">2.2.5 Miniaturizing a Window</a></h3><a name="2.2.5"></a><br />
435 If you want to temporarily get rid of a window, you can miniaturize it. When miniaturizing a window, it will shrink
436 into a miniwindow with a icon and a title that is placed at the bottom of the screen.<br />
437 <br />
439 <center>
440 <img src="guide/imagtitle.gif" border="0" width="200" height="50" alt="[A Titlebar]" />
441 </center><br />
442 <br />
444 <center>
445 <table border="0" cellspacing="0" cellpadding="5" width="40%">
446 <tbody>
447 <tr>
448 <td align="left"><img src="guide/images/mini.gif" border="0" width="64" height="64" alt="[A Mini-window]" /></td>
450 <td align="left"><font face="Times New Roman, Times, Times Roman">A mini-window</font></td>
451 </tr>
452 </tbody>
453 </table>
454 </center><br />
455 <br />
456 You can move the miniwindow around the screen by dragging it. Unlike application icons, miniwindows cannot be
457 docked.<br />
458 <br />
459 To restore a window from it's miniwindow, double click the miniwindow. The window will be restored in the current
460 workspace, with the same position, size and contents as it had before miniaturization.<br />
461 <br />
462 <br />
463 <font face="Helvetica"><b>To miniaturize a window:</b></font>
465 <ul type="disc">
466 <li><font face="Helvetica">Click on the miniaturize button.<br />
467 <br />
468 OR<br />
469 <br /></font></li>
471 <li><font face="Helvetica">Use the keyboard shortcut assigned to this action, Meta+m in the default
472 configuration.</font></li>
473 </ul><br />
474 <br />
475 You can also restore all miniaturized and hidden windows of a given application by double clicking in it's application
476 icon with the middle mouse button.<br />
477 <br />
478 <br />
479 <a name="2.2.6"></a>
481 <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,
482 an option for it's miniaturization is to <i>shade</i> it. When you shade a window, the window rolls up to it's
483 titlebar. You can do almost everything you do with a normal window with shaded windows, like miniaturizing or closing
484 it.<br />
485 <br />
486 <br />
487 <br />
488 <br />
489 <font face="Helvetica"><b>To shade a window:</b></font>
491 <ul type="disc">
492 <li><font face="Helvetica">Double Click on the titlebar of the window.</font></li>
493 </ul>
495 <center>
496 <img src="guide/images/shade.gif" border="0" width="287" height="279" alt="[A Shaded window]" />
497 </center><br />
498 <br />
499 <br />
500 <a name="2.2.7"></a>
502 <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
503 it to completely get rid of it. When you close a window, it is removed from the screen and can no longer be restored.
504 So, before closing a window, be sure you have saved any work you were doing on it.<br />
505 <br />
507 <center>
508 <img src="guide/imagtitle2.gif" border="0" width="200" height="50" alt="A Titlebar with a close button" />
509 </center><br />
510 <br />
511 Some windows will have a close button with some dots around it. These windows can't be closed normally and the only way
512 to get rid of them is by exiting the application. You should try exiting from inside the application (through it's
513 menus or buttons) when possible. Otherwise you can force WindowMaker to ``kill'' the application.<br />
514 <br />
515 <br />
516 <font face="Helvetica"><b>To force the closure of a window (by killing the application):</b></font>
518 <ul type="disc">
519 <li><font face="Helvetica">Hold the Control key and click on the close button.<br />
520 <br />
521 OR<br />
522 <br /></font></li>
524 <li><font face="Helvetica">Double click the close button.</font></li>
525 </ul><br />
526 <br />
527 It is also possible to kill applications that can be normally closed by clicking the close button while holding the
528 Control key.<br />
529 <br />
530 <br />
531 <a name="2.2.8"></a>
533 <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
534 whole screen, you can maximize the window. When you unmaximize it, the window will be restored to the same position and
535 size it was before maximized.<br />
536 <br />
537 <br />
538 <font face="Helvetica"><b>To maximize a window:</b></font>
540 <ul type="disc">
541 <li><font face="Helvetica">Hold the Control key and double click on the window titlebar to resize the window's height
542 to full screen.<br />
543 <br />
544 OR<br />
545 <br /></font></li>
547 <li><font face="Helvetica">Hold the Shift key and double click on the window titlebar to resize the window's width to
548 full screen.<br />
549 <br />
550 OR<br />
551 <br /></font></li>
553 <li><font face="Helvetica">Hold both the Control and Shift keys and double click on the window titlebar to resize
554 both window's height and width to full screen.</font></li>
555 </ul><br />
556 <br />
557 <br />
558 <font face="Helvetica"><b>To restore the size of a maximized window:</b></font>
560 <ul type="disc">
561 <li><font face="Helvetica">Hold the Control OR Shift key and double click on the window titlebar.</font></li>
562 </ul><br />
563 <br />
564 You can select whether the window should be maximized to the whole screen or if the position of the Dock should be
565 accounted for by setting the <i>WinDock</i> option.<br />
566 <br />
567 <br />
568 <br />
569 <a name="2.2.9"></a>
571 <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
572 with the right mouse button will open a menu containing commands that will apply to that window. The menu can also be
573 opened through the keyboard with the Control+Escape key, by default.<br />
574 <br />
576 <center>
577 <table border="0" width="90%" cellspacing="0" cellpadding="5">
578 <tbody>
579 <tr>
580 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">(Un)Maximize</font></th>
582 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will either maximize the window
583 horizontally and vertically, or, if the window is a;ready maximized, restore the window to the size it was
584 prior to being maximized.</font></td>
585 </tr>
587 <tr>
588 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Miniaturize</font></th>
590 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will miniaturize the
591 window.</font></td>
592 </tr>
594 <tr>
595 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">(Un)Shade</font></th>
597 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will shade the window, or
598 unshade it if it is already shaded.</font></td>
599 </tr>
601 <tr>
602 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Hide</font></th>
604 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will hide all the windows of the
605 application</font></td>
606 </tr>
608 <tr>
609 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Hide Others</font></th>
611 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will hide all current
612 applications except the current one</font></td>
613 </tr>
615 <tr>
616 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Move To</font></th>
618 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Allows you to move the window to
619 a different workspace</font></td>
620 </tr>
622 <tr>
623 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Attributes...</font></th>
625 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the Window Attributes
626 Inspector (see section <a href="chap2.php#2.3">2.3</a>
627 )</font></td>
628 </tr>
630 <tr>
631 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Close</font></th>
633 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will close the
634 window</font></td>
635 </tr>
637 <tr>
638 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Kill</font></th>
640 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Will kill the application. Use
641 this option only if the application does not provide means to close it normally, or in extreme
642 cases.</font></td>
643 </tr>
644 </tbody>
645 </table>
646 </center><a name="2.3"></a>
648 <h2><a name="2.3">2.3 The Window Attributes Inspector</a></h2><a name="2.3"></a> <a name="2.3.1"></a>
650 <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
651 WM_CLASS that WindowMaker should use to identify the window whose attributes you are setting.<br />
652 <br />
654 <center>
655 <img src="guide/images/wiaspec.gif" border="0" width="262" height="374" alt=
656 "[Window Attributes Inspector: Window Specification]" />
657 </center><br />
658 <br />
659 <br />
660 <a name="2.3.2"></a>
662 <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
663 selected window.<br />
664 <br />
666 <center>
667 <img src="guide/images/wiaattrib.gif" border="0" width="262" height="374" alt=
668 "[Window Attributes Inspector: Window Attributes]" />
669 </center><br />
670 <br />
672 <center>
673 <table border="0" width="90%" cellspacing="0" cellpadding="5">
674 <tbody>
675 <tr>
676 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable titlebar</font></th>
678 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the titlebar for the
679 selected window not to be displayed</font></td>
680 </tr>
682 <tr>
683 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable resizebar</font></th>
685 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the resizebar for the
686 selected window not to be displayed</font></td>
687 </tr>
689 <tr>
690 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable close
691 button</font></th>
693 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the close button for the
694 selected window not to be displayed</font></td>
695 </tr>
697 <tr>
698 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Disable miniaturize
699 button</font></th>
701 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the miniaturize button
702 for the selected window not to be displayed</font></td>
703 </tr>
705 <tr>
706 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Keep on Top</font></th>
708 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
709 stay on top of all other windows</font></td>
710 </tr>
712 <tr>
713 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Omnipresent</font></th>
715 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to be
716 displayed in all workspaces</font></td>
717 </tr>
719 <tr>
720 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Start miniaturized</font></th>
722 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
723 start miniaturized</font></td>
724 </tr>
726 <tr>
727 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Skip window list</font></th>
729 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the select window to be
730 skipped when cycling through the window list.</font></td>
731 </tr>
732 </tbody>
733 </table>
734 </center><br />
735 <br />
736 <br />
737 <a name="2.3.3"></a>
739 <h3><a name="2.3.3">2.3.3 Advanced Options</a></h3><a name="2.3.3"></a><br />
740 <br />
742 <center>
743 <img src="guide/images/wiaadvanced.gif" border="0" width="262" height="374" alt=
744 "[Window Attributes Inspector: Advanced Options]" />
745 </center><br />
746 <br />
748 <center>
749 <table border="0" width="90%" cellspacing="0" cellpadding="5">
750 <tbody>
751 <tr>
752 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Ignore HideOthers</font></th>
754 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
755 remain visible when <b>HideOthers</b> is selected from the <a href=
756 "chap2.php#2.2.9">Window Commands Menu</a></font></td>
757 </tr>
759 <tr>
760 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't bind keyboard
761 shortcuts</font></th>
763 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
764 receive ALL keyboard events</font></td>
765 </tr>
767 <tr>
768 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't bind mouse
769 clicks</font></th>
771 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
772 receive all mouse-click events</font></td>
773 </tr>
775 <tr>
776 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Keep Inside Screen</font></th>
778 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window not
779 to be able to place itself off the screen</font></td>
780 </tr>
782 <tr>
783 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't let it take
784 focus</font></th>
786 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window not
787 to be able to take input focus</font></td>
788 </tr>
790 <tr>
791 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Don't Save Session</font></th>
793 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the state of the selected
794 window not to be saved when a session is saved. (either when quitting WindowMaker, or when done
795 manually.)</font></td>
796 </tr>
798 <tr>
799 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Emulate Application
800 Icon</font></th>
802 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Emulates an Application Icon for
803 "broken" applications</font></td>
804 </tr>
805 </tbody>
806 </table>
807 </center><br />
808 <br />
809 <br />
810 <a name="2.3.4"></a>
812 <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
813 <b>browse</b> for, and <b>update</b> the <b>mini-window image</b> for the selected window, as well as setting the
814 <b>initial workspace.</b><br />
815 <br />
817 <center>
818 <img src="guide/images/wiaiandiw.gif" border="0" width="262" height="374" alt=
819 "[Window Attributes Inspector: Icon and Initia Workspace]" />
820 </center><br />
821 <br />
822 <br />
823 <br />
824 <br />
825 <a name="2.3.5"></a>
827 <h3><a name="2.3.5">2.3.5 Application Specific</a></h3><a name="2.3.5"></a> Attributes specific to the selected
828 application<br />
829 <br />
831 <center>
832 <img src="guide/images/wiaappspec.gif" border="0" width="262" height="374" alt=
833 "[Window Attributes Inspector: Icon and Initia Workspace]" />
834 </center><br />
835 <br />
837 <table border="0" width="90%" cellspacing="0" cellpadding="5">
838 <tbody>
839 <tr>
840 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Start hidden</font></th>
842 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Starts the selected application in
843 a hidden state</font></td>
844 </tr>
846 <tr>
847 <th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">No application icon</font></th>
849 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Disables the application icon for
850 the selected application</font></td>
851 </tr>
852 </tbody>
853 </table><br />
854 <br />
855 <br />
856 </td>
857 </tr>
858 </table>
859 </div>
860 </body>
861 </html>