~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/wxsmith/wxsStandardQP.wxs

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<resource>
2
 
    <object class="wxPanel" name="wxsStandardQP">
3
 
        <style>wxTAB_TRAVERSAL</style>
4
 
        <object class="wxFlexGridSizer" variable="MainSizer" member="yes">
5
 
            <rows>0</rows>
6
 
            <cols>1</cols>
7
 
            <vgap>0</vgap>
8
 
            <hgap>0</hgap>
9
 
            <object class="sizeritem">
10
 
                <option>1</option>
11
 
                <border>5</border>
12
 
                <flag>wxALL|wxALIGN_CENTER|wxEXPAND</flag>
13
 
                <object class="wxStaticText" name="ID_STATICTEXT1" variable="StaticText1" member="yes">
14
 
                    <label>Standard options</label>
15
 
                    <style>wxALIGN_CENTRE</style>
16
 
                </object>
17
 
            </object>
18
 
            <object class="sizeritem">
19
 
                <option>1</option>
20
 
                <border>5</border>
21
 
                <flag>wxLEFT|wxRIGHT|wxALIGN_CENTER|wxEXPAND</flag>
22
 
                <object class="wxStaticBoxSizer" variable="VariableSizer" member="yes">
23
 
                    <orient>wxVERTICAL</orient>
24
 
                    <label>Variable</label>
25
 
                    <object class="sizeritem">
26
 
                        <option>1</option>
27
 
                        <border>5</border>
28
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
29
 
                        <object class="wxTextCtrl" name="ID_TEXTCTRL1" variable="VarName" member="yes">
30
 
                            <value></value>
31
 
                            <handler entry="EVT_TEXT" function="OnTextChanged" />
32
 
                        </object>
33
 
                    </object>
34
 
                    <object class="sizeritem">
35
 
                        <option>1</option>
36
 
                        <border>5</border>
37
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
38
 
                        <object class="wxCheckBox" name="ID_CHECKBOX1" variable="IsMember" member="yes">
39
 
                            <label>Is class member</label>
40
 
                            <handler entry="EVT_CHECKBOX" function="OnChange" />
41
 
                        </object>
42
 
                    </object>
43
 
                </object>
44
 
            </object>
45
 
            <object class="sizeritem">
46
 
                <option>1</option>
47
 
                <border>5</border>
48
 
                <flag>wxLEFT|wxRIGHT|wxALIGN_CENTER|wxEXPAND</flag>
49
 
                <object class="wxStaticBoxSizer" variable="IdentifierSizer" member="yes">
50
 
                    <orient>wxHORIZONTAL</orient>
51
 
                    <label>Identifier</label>
52
 
                    <object class="sizeritem">
53
 
                        <option>1</option>
54
 
                        <border>5</border>
55
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
56
 
                        <object class="wxTextCtrl" name="ID_TEXTCTRL2" variable="Ident" member="yes">
57
 
                            <value></value>
58
 
                            <handler entry="EVT_TEXT" function="OnTextChanged" />
59
 
                        </object>
60
 
                    </object>
61
 
                </object>
62
 
            </object>
63
 
            <object class="sizeritem">
64
 
                <option>1</option>
65
 
                <border>5</border>
66
 
                <flag>wxLEFT|wxRIGHT|wxALIGN_CENTER|wxEXPAND</flag>
67
 
                <object class="wxStaticBoxSizer" variable="FlagsSizer" member="yes">
68
 
                    <orient>wxVERTICAL</orient>
69
 
                    <label>Flags</label>
70
 
                    <object class="sizeritem">
71
 
                        <option>1</option>
72
 
                        <border>5</border>
73
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
74
 
                        <object class="wxCheckBox" name="ID_CHECKBOX3" variable="Enabled" member="yes">
75
 
                            <label>Enabled</label>
76
 
                            <handler entry="EVT_CHECKBOX" function="OnChange" />
77
 
                        </object>
78
 
                    </object>
79
 
                    <object class="sizeritem">
80
 
                        <option>1</option>
81
 
                        <border>5</border>
82
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
83
 
                        <object class="wxCheckBox" name="ID_CHECKBOX2" variable="Focused" member="yes">
84
 
                            <label>Focused</label>
85
 
                            <handler entry="EVT_CHECKBOX" function="OnChange" />
86
 
                        </object>
87
 
                    </object>
88
 
                    <object class="sizeritem">
89
 
                        <option>1</option>
90
 
                        <border>5</border>
91
 
                        <flag>wxALIGN_CENTER|wxEXPAND</flag>
92
 
                        <object class="wxCheckBox" name="ID_CHECKBOX4" variable="Hdden" member="yes">
93
 
                            <label>Hidden</label>
94
 
                            <handler entry="EVT_CHECKBOX" function="OnChange" />
95
 
                        </object>
96
 
                    </object>
97
 
                </object>
98
 
            </object>
99
 
        </object>
100
 
    </object>
101
 
</resource>