-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmenu_window.htm
87 lines (33 loc) · 1.26 KB
/
menu_window.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>(Window menu commands)</TITLE>
</HEAD>
<BODY>
<P><A NAME="menu_window"></A><B>Window menu commands</B></P>
<P>The Window menu offers the following commands, which enable you to arrange multiple views of multiple documents in the application window:</P>
<TABLE cols=2 width=900>
<TR VALIGN="top">
<TD width=21%><A HREF="hid_window_new.htm">New Window</A></TD>
<TD width=79%>Creates a new window that views the same document.</TD>
</TR>
<TR VALIGN="top">
<TD width=21%><A HREF="hid_window_cascade.htm">Cascade</A></TD>
<TD width=79%>Arranges windows in an overlapped fashion.</TD>
</TR>
<TR VALIGN="top">
<TD width=21%><A HREF="hid_window_tile.htm">Tile</A></TD>
<TD width=79%>Arranges windows in non-overlapped tiles.</TD>
</TR>
<TR VALIGN="top">
<TD width=21%><A HREF="hid_window_arrange.htm">Arrange Icons</A></TD>
<TD width=79%>Arranges icons of closed windows.</TD>
</TR>
<TR VALIGN="top">
<TD width=21%><A HREF="hid_window_all.htm">Window 1, 2, ...</A></TD>
<TD width=79%>Goes to specified window.</TD>
</TR>
</TABLE><BR>
</BODY>
</HTML>