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

« back to all changes in this revision

Viewing changes to src/plugins/codecompletion/resources/codecompletion_toolbar.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="codecompletion_toolbar">
 
4
    <object class="wxChoice" name="chcCodeCompletionScope">
 
5
      <content/>
 
6
          <size>420,-1</size>
 
7
    </object>
 
8
    <object class="wxChoice" name="chcCodeCompletionFunction">
 
9
      <content/>
 
10
          <size>420,-1</size>
 
11
    </object>
 
12
  </object>
 
13
</resource>