File: introduction.html

package info (click to toggle)
gamgi 0.15.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,672 kB
  • sloc: ansic: 155,977; xml: 105,764; makefile: 537; perl: 171; sh: 5
file content (59 lines) | stat: -rw-r--r-- 2,007 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
<title>GAMGI Interfaces: Introduction</title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>

<body>

<div class="board">
<div>Graphic Interfaces</div><div>&nbsp;</div>
</div>

<div class="contents">

This part of the manual explains the general principles governing
the users interaction with GAMGI graphic interfaces. 

Ideally users should understand these principles, before consulting 
the <a href="reference.html"> Reference Manual</a>, which 
aims to describe all the functionality available from GAMGI dialogs.

<p/>

<ol class="inline">
<li>1. <a href="introduction/introduction.html">Introduction</a>
<li>2. <a href="introduction/objects.html">Objects</a></li>
<li>3. <a href="introduction/tasks.html">Tasks</a></li>
<li>4. <a href="introduction/windows.html">Windows</a></li>
<li>5. <a href="introduction/starting.html">Starting</a></li>
<li>6. <a href="introduction/identification.html">Identification</a></li>
<li>7. <a href="introduction/selection.html">Selection</a></li>
<li>8. <a href="introduction/mouse.html">Mouse</a></li>
<li>9. <a href="introduction/keyboard.html">Keyboard</a></li>
<li>10. <a href="introduction/menus.html">Menus</a></li>
<li>11. <a href="introduction/drawing.html">Drawing</a></li>
<li>12. <a href="introduction/tools.html">Tools</a></li>
<li>13. <a href="introduction/commands.html">Commands</a></li>
<li>14. <a href="introduction/status.html">Status</a></li>
</ol>

<p/>

Users are invited to subscribe and consult the archives of the
<a href="http://www.gamgi.org/mailman/listinfo/users/">users</a> mailling list.

</div>

<div id="bottom">
<a href="../index.shtml">Home</a>
</div>

</body>
</html>