~ubuntu-branches/ubuntu/trusty/codeblocks/trusty-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithAui/wxsmith/wxsAuiNotebookParentQP.wxs

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2011-01-22 20:58:57 UTC
  • mfrom: (3.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20110122205857-mlwokxogiic0dnu7
Tags: 10.05-1
* Initial Debian release (Closes: #304570)
* Setting myself as Maintainer, original Ubuntu maintainer set as
  Uploader
* Use debian/watch to get the original tarball, instead of an ad-hoc
  script
* Wrap multivalue fields in debian/control
* Update debian/copyright with lots of missing info, and use DEP-5
* Add missing linkage to libX11 (03-fix_libX11_linkage.patch)
* Use dh7 for debian/rules
* Build-Depend on dh-autoreconf, since we need to re-generate autotools
  machinery (libtool version mismatch)
* Migrate from libwxsmithlib0-dev to libwxsmithlib-dev, to ease
  future SONAME bumps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<wxsmith>
 
3
        <object class="wxPanel" name="wxsAuiNotebookParentQP">
 
4
                <object class="wxFlexGridSizer" variable="FlexGridSizer1" member="yes">
 
5
                        <cols>1</cols>
 
6
                        <object class="sizeritem">
 
7
                                <object class="wxStaticBoxSizer" variable="StaticBoxSizer1" member="yes">
 
8
                                        <label>Label</label>
 
9
                                        <orient>wxVERTICAL</orient>
 
10
                                        <object class="sizeritem">
 
11
                                                <object class="wxTextCtrl" name="ID_TEXTCTRL1" variable="Label" member="yes">
 
12
                                                        <style>wxTE_PROCESS_ENTER</style>
 
13
                                                        <handler function="OnLabelText" entry="EVT_TEXT_ENTER" />
 
14
                                                </object>
 
15
                                                <flag>wxBOTTOM|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
16
                                                <border>5</border>
 
17
                                        </object>
 
18
                                </object>
 
19
                                <flag>wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
20
                                <border>5</border>
 
21
                                <option>1</option>
 
22
                        </object>
 
23
                        <object class="sizeritem">
 
24
                                <object class="wxStaticBoxSizer" variable="StaticBoxSizer2" member="yes">
 
25
                                        <label>Selection</label>
 
26
                                        <object class="sizeritem">
 
27
                                                <object class="wxCheckBox" name="ID_CHECKBOX1" variable="Selected" member="yes">
 
28
                                                        <label>Selected</label>
 
29
                                                        <handler function="OnSelectionChange" entry="EVT_CHECKBOX" />
 
30
                                                </object>
 
31
                                                <flag>wxBOTTOM|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
32
                                                <border>5</border>
 
33
                                                <option>1</option>
 
34
                                        </object>
 
35
                                </object>
 
36
                                <flag>wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
37
                                <border>5</border>
 
38
                                <option>1</option>
 
39
                        </object>
 
40
                </object>
 
41
        </object>
 
42
</wxsmith>