-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathui.src
More file actions
63 lines (53 loc) · 1.88 KB
/
ui.src
File metadata and controls
63 lines (53 loc) · 1.88 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
<html lang="en">
<!-- $Id: ui.src,v 1.4 1997-08-14 00:54:20 ian Exp $ -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>User interface</TITLE>
<LINK rel="next" href="conform.html">
<LINK rel="previous" href="tables.html">
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
</HEAD>
<BODY>
<H1 align="center">User interface</H1>
<H2>Cursors</H2>
<DIV class="propdef">
<H4 class=propname>
<a name="propdef-cursor">
<span class="index-def" title="'cursor', definition of">
'cursor'</span></a></H4>
<TABLE class="propinfo"><TR><TH align="right">Property name:<TD>cursor</TR>
<TR><TH align="right">Value:<TD>auto | crosshair | default | hand | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help</TR>
<TR><TH align="right">Initial:<TD>auto</TR>
<TR><TH align="right">Applies to:<TD>all elements</TR>
<TR><TH align="right">Inherited:<TD>yes</TR>
<TR><TH align="right">Percentage values:<TD>N/A</TR>
</TABLE>
</DIV>
<P>This property specifies the type of cursor to be displayed for the
mouse pointer. The values have the following meanings:
<dl>
<dt>auto
<dd>The UA determines the cursor to display based on the current
context.
<dt>crosshair
<dd>A simple crosshair
<dt>default
<dd>The platform-dependent default cursor. Usually an arrow.hand: A hand.
<dt>move
<dd>Indicates something is to be moved
<dt>*-resize
<dd>Indicates that the edge is to be moved.
<dt>text
<dd> Indicates editable text. Usually an I-bar.
<dt>wait
<dd>A cursor to indicate that the program is busy and the user should
wait. Usually a watch or hourglass.
<dt>help
<dd>Help is available for the object under the cursor. Usually a
question mark or a balloon.
</dl>
<H2>User settings</H2>
<em>This is a place holder.</em>
</BODY>
</html>