~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ca/anjuta-glade-start.page

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="anjuta-glade-start" xml:lang="ca">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="anjuta-glade-start">
3
3
 
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
9
9
      <name>Johannes Schmid</name>
10
10
      <email>jhs@gnome.org</email>
11
11
    </credit>
12
 
  
13
 
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
14
 
      <mal:name>Jaume Planas</mal:name>
15
 
      <mal:email>jplanas@itberga.com</mal:email>
16
 
      <mal:years>2011</mal:years>
17
 
    </mal:credit>
18
 
  
19
 
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
20
 
      <mal:name>Gil Forcada</mal:name>
21
 
      <mal:email>gilforcada@guifi.net</mal:email>
22
 
      <mal:years>2013</mal:years>
23
 
    </mal:credit>
24
12
  </info>
25
13
 
26
14
  <title>Getting started with the user interface editor</title>
82
70
                </p>
83
71
 
84
72
                <p>Once the glade plug-in is running and the file that will hold the code
85
 
                is being viewed, simply double click a widget in the glade inspector.
86
 
                The file being viewed will then be scanned for some marker comments
 
73
                is open, simply double click a widget in the glade inspector.
 
74
                The associated file will then be scanned for some marker comments
87
75
                (/* ANJUTA: Widgets declaration for application.ui - DO NOT REMOVE */ and
88
76
                /* ANJUTA: Widgets initialization for application.ui - DO NOT REMOVE */) and, if
89
77
                found, code will be added right after such comments. So, for this feature to work