|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: ui.src,v 2.12 1998-04-17 23:21:43 ijacobs Exp $ --> |
| 3 | +<!-- $Id: ui.src,v 2.13 1998-04-30 19:08:28 howcome Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>User interface</TITLE> |
@@ -31,13 +31,17 @@ context. |
31 | 31 | <dd>The cursor is a pointer that indicates a link. |
32 | 32 |
|
33 | 33 | <dt><strong>move</strong> |
34 | | -<dd>Indicates something is to be moved |
| 34 | +<dd>Indicates something is to be moved. |
35 | 35 |
|
36 | | -<dt><strong>*-resize</strong> |
37 | | -<dd>Indicates that the edge is to be moved. |
| 36 | +<dt><strong>e-resize, ne-resize, nw-resize, n-resize, se-resize, |
| 37 | +sw-resize, s-resize, w-resize</strong> |
| 38 | + |
| 39 | +<dd>Indicate that some edge is to be moved. For example, the |
| 40 | +'se-resize' cursor is used when the movement starts from the |
| 41 | +south-east corner of the box. |
38 | 42 |
|
39 | 43 | <dt><strong>text</strong> |
40 | | -<dd> Indicates text that may be selected. Often rendered as an I-bar. |
| 44 | +<dd>Indicates text that may be selected. Often rendered as an I-bar. |
41 | 45 |
|
42 | 46 | <dt><strong>wait</strong> |
43 | 47 | <dd>Indicates that the program is busy and the user should |
|
0 commit comments