]> git.sur5r.net Git - glabels/blob - help/C/select.page
Imported Upstream version 3.2.0
[glabels] / help / C / select.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="guide"
4       id="select">
5
6   <info>
7     <link type="guide" xref="index#usage"/>
8     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
9     <desc>
10       How to select objects.
11     </desc>
12     <credit type="author">
13       <name>Jim Evins</name>
14       <email>evins@snaught.com</email>
15     </credit>
16     <credit type="author">
17       <name>Mario Blättermann</name>
18       <email>mario.blaettermann@gmail.com</email>
19     </credit>
20     <license>
21       <p>Creative Commons Share Alike 3.0</p>
22     </license>    
23   </info>
24
25     <title>To select objects</title>
26
27       <p>A prerequisite for performing operations on objects is the
28         selection of individual objects or groups of objects.  The
29         display area must be in the object selection mode to create new
30         selections, as indicated by an arrow cursor.  The object
31         selection mode is selected by the
32         <guiseq><gui>Objects</gui>
33         <gui>Select Mode</gui></guiseq> menu item,
34         or the corresponding command on the <gui>Drawing
35         Toolbar</gui>.</p>
36
37       <section>
38           <title>Selecting a single object</title>
39             <p>A single object can be selected simply by clicking
40              on the desired object in the display area.
41              Once selected the object will be highlighted with a set of
42              resizing handles.</p>
43         </section>
44
45         <section>
46           <title>Aggregate object selections</title>
47             <p>Multiple objects can be selected by first selecting the first
48               object as above and then by holding the <key>Ctrl</key>
49               key while selecting additional objects.
50               Individual objects can be added to an existing selection
51               at any time by holding the <key>Ctrl</key> key while
52               selecting the desired objects.  All objects can also be
53               selected by using the <guiseq><gui>Edit</gui>
54               <gui>Select All</gui></guiseq>
55               menu item.  All objects in an aggregate object selection will be
56               highlighted.</p>
57         </section>
58
59         <section>
60           <title>Area selections</title>
61           
62             <p>Multiple objects can also be selected by clicking an empty
63               area and dragging to form a rectangular area.  When released,
64               all objects contained in the area will form an aggregate
65               selection.  An area selection can be used to add to an existing
66               selection by holding the <key>Ctrl</key> key while
67               performing the selection.</p>
68           
69         </section>
70
71         <section>
72           <title>Unselecting objects</title>
73           
74             <p>Individual objects can be removed from an existing
75               selection by holding the <key>Ctrl</key> key while
76               clicking on a previously selected object.  An entire selection
77               can be dismissed by using the <guiseq>
78               <gui>Edit</gui> <gui>Un-select All</gui>
79               </guiseq> menu item
80               or by simply clicking any empty space in the display area.
81               Once an object is unselected its highlight is removed.</p>
82           
83         </section>
84
85     <section id="clipboard"> 
86       <title>Clipboard Commands</title>
87
88       <p>Object selections can be manipulated using the standard clipboard
89         operations <gui>Cut</gui>,
90         <gui>Copy</gui>, <gui>Paste</gui>,
91         and <gui>Delete</gui>.</p>
92
93         <section>
94           <title><gui>Cut</gui> (<keyseq><key>Ctrl</key><key>X</key></keyseq>)</title>
95           
96             <p>Moves selected objects to the clipboard.  The objects are
97               then available for pasting back into the current document or
98               another document.</p>
99           
100         </section>
101
102         <section>
103           <title><gui>Copy</gui> (<keyseq><key>Ctrl</key><key>C</key></keyseq>)</title>
104           
105             <p>Copies selected objects to the clipboard without deleting
106               them.  The objects are then available for pasting back into
107               the current document or another document.</p>
108           
109         </section>
110
111         <section>
112           <title><gui>Paste</gui> (<keyseq><key>Ctrl</key><key>V</key></keyseq>)</title>
113           
114             <p>Pastes objects from the clipboard into the current document.
115               <app>gLabels</app> can only paste objects from
116               another <app>gLabels</app> document.</p>
117           
118         </section>
119
120         <section>
121           <title><gui>Delete</gui> (<key>Del</key>)</title>
122           
123             <p>Deletes selected objects without placing them on the
124               clipboard.</p>
125           
126         </section>
127        </section>
128
129 </page>