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