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

« back to all changes in this revision

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

  • 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
<wxsmith>
 
2
    <object class="wxPanel" name="wxsChoicebookParentQP">
 
3
        <style>wxTAB_TRAVERSAL</style>
 
4
        <object class="wxFlexGridSizer" variable="FlexGridSizer1" 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>wxLEFT|wxRIGHT|wxALIGN_CENTER|wxEXPAND</flag>
 
13
                <object class="wxStaticBoxSizer" variable="StaticBoxSizer1" member="yes">
 
14
                    <orient>wxVERTICAL</orient>
 
15
                    <label>Label</label>
 
16
                    <object class="sizeritem">
 
17
                        <border>5</border>
 
18
                        <flag>wxBOTTOM|wxALIGN_CENTER|wxEXPAND</flag>
 
19
                        <object class="wxTextCtrl" name="ID_TEXTCTRL1" variable="Label" member="yes">
 
20
                            <value />
 
21
                            <handler entry="EVT_TEXT_ENTER" function="OnLabelText" />
 
22
                        </object>
 
23
                    </object>
 
24
                </object>
 
25
            </object>
 
26
            <object class="sizeritem">
 
27
                <option>1</option>
 
28
                <border>5</border>
 
29
                <flag>wxLEFT|wxRIGHT|wxALIGN_CENTER|wxEXPAND</flag>
 
30
                <object class="wxStaticBoxSizer" variable="StaticBoxSizer2" member="yes">
 
31
                    <orient>wxHORIZONTAL</orient>
 
32
                    <label>Selection</label>
 
33
                    <object class="sizeritem">
 
34
                        <option>1</option>
 
35
                        <border>5</border>
 
36
                        <flag>wxBOTTOM|wxALIGN_CENTER|wxEXPAND</flag>
 
37
                        <object class="wxCheckBox" name="ID_CHECKBOX1" variable="Selected" member="yes">
 
38
                            <label>Selected</label>
 
39
                            <handler entry="EVT_CHECKBOX" function="OnSelectionChange" />
 
40
                        </object>
 
41
                    </object>
 
42
                </object>
 
43
            </object>
 
44
        </object>
 
45
    </object>
 
46
</wxsmith>