~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/compilergcc/resources/compiler_toolbar_16x16.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<resource>
 
3
  <object class="wxToolBarAddOn" name="compiler_toolbar_16x16">
 
4
    <object class="tool" name="idCompilerMenuCompile">
 
5
      <tooltip>Build</tooltip>
 
6
      <longhelp>Build the active project</longhelp>
 
7
      <bitmap>images/16x16/compile.png</bitmap>
 
8
    </object>
 
9
    <object class="tool" name="idCompilerMenuRun">
 
10
      <tooltip>Run</tooltip>
 
11
      <longhelp>Run the active project</longhelp>
 
12
      <bitmap>images/16x16/run.png</bitmap>
 
13
    </object>
 
14
    <object class="tool" name="idCompilerMenuCompileAndRun">
 
15
      <tooltip>Build and run</tooltip>
 
16
      <longhelp>Build and run the active project</longhelp>
 
17
      <bitmap>images/16x16/compilerun.png</bitmap>
 
18
    </object>
 
19
    <object class="tool" name="idCompilerMenuRebuild">
 
20
      <tooltip>Rebuild</tooltip>
 
21
      <longhelp>Rebuild all modules in the active project</longhelp>
 
22
      <bitmap>images/16x16/rebuild.png</bitmap>
 
23
    </object>
 
24
    <object class="tool" name="idCompilerMenuKillProcess">
 
25
      <tooltip>Abort</tooltip>
 
26
      <longhelp>Abort the running build process</longhelp>
 
27
      <bitmap>images/16x16/stop.png</bitmap>
 
28
      <disabled>1</disabled>
 
29
    </object>
 
30
    <object class="separator" />
 
31
    <object class="wxStaticText" name="idToolTargetLabel">
 
32
      <label>Build target:</label>
 
33
    </object>
 
34
    <object class="wxChoice" name="idToolTarget">
 
35
                <content/>
 
36
            <size>160,-1</size>
 
37
    </object>
 
38
  </object>
 
39
</resource>