]> git.sur5r.net Git - glabels/blob - help/C/basicusage.page
Imported Upstream version 3.0.0
[glabels] / help / C / basicusage.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="guide"
4       id="basicusage">
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       Handling files and quit the application.
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>mariobl@gnome.org</email>
19     </credit>
20     <license>
21       <p>Creative Commons Share Alike 3.0</p>
22     </license>    
23   </info>
24
25    <title>Basic usage</title>
26     
27     <section>
28     <title>To open a file</title>
29
30       <p>To open a file, choose 
31         <guiseq><gui>File</gui><gui>Open</gui>
32         </guiseq> to display the <gui>Open File</gui> dialog.
33         Select the file that you want to open, then click
34         <gui>OK</gui>. The file is displayed in the display area
35         of the <app>gLabels</app> window. </p>
36
37       <p>You can also open multiple files in
38         <app>gLabels</app>. The application creates a separate
39         application window for each open file.</p>
40
41       <p>The application records the paths and filenames of the
42         most recent files that you have edited and displays the files as menu
43         items on the <guiseq><gui>File</gui><gui>Recent Files</gui>
44         </guiseq> menu.</p>
45      </section>
46
47      <section id="closefile">
48     <title>To close a file</title>
49
50       <p>To close the current document, choose
51         <guiseq><gui>File</gui>
52         <gui>Close</gui></guiseq> to close the application
53         window.  If the current document is modified, a confirmation dialog
54         will be presented, allowing you to save the document or cancel
55         the command.  If the window being closed is the only open window,
56         <app>gLabels</app> will exit.</p>
57      </section>
58      
59      <section>
60     <title>To save a file</title>
61
62       <p>You can save files in the following ways:</p>
63
64       <list><item>
65
66           <p>To save changes to an existing file, choose 
67             <guiseq><gui>File</gui>
68             <gui>Save</gui></guiseq>. </p>
69
70         </item>
71         <item>
72
73           <p>To save a new file or to save an existing file under a new
74             filename, choose <guiseq><gui>File</gui>
75             <gui>Save As</gui></guiseq>. Enter a name
76             for the file in the <gui>Save As</gui> dialog box,
77             then click <gui>OK</gui>.</p>
78
79         </item>
80       </list>
81      </section>
82
83      <section>
84     <title>To quit <app>gLabels</app></title>
85
86       <p>To quit <app>gLabels</app>, choose <guiseq><gui>File</gui>
87         <gui>Quit</gui></guiseq>. This is equivalent to closing all open windows. 
88         See <link xref="basicusage#closefile"/>.</p>
89      </section>
90 </page>