~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/sdk/resources/editor_manager.xrc

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
 
3
    <object class="wxPanel" name="ID_EditorManagerPanel">
 
4
        <object class="wxBoxSizer">
 
5
            <orient>wxHORIZONTAL</orient>
 
6
            <object class="sizeritem">
 
7
                <object class="wxBitmapButton" name="ID_EditorManagerCloseButton">
 
8
                    <style>wxBU_LEFT|wxBU_AUTODRAW</style>
 
9
                    <bitmap>closebutton.png</bitmap>
 
10
                </object>
 
11
                <option>0</option>
 
12
            </object>
 
13
        </object>
 
14
    </object>
 
15
</resource>