~jozilla/uiml.net/uiml.net-tp

« back to all changes in this revision

Viewing changes to examples/wxall.uiml

  • Committer: kluyten
  • Date: 2004-06-20 23:10:09 UTC
  • Revision ID: vcs-imports@canonical.com-20040620231009-b9b2875161f3b250
*** empty log message ***

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE uiml PUBLIC "-//Harmonia//DTD UIML 3.0 Draft//EN" "UIML3_0a.dtd">
 
3
<uiml>
 
4
  <interface>
 
5
    <structure>
 
6
                <part id="topperA" class="BoxSizer">
 
7
                        <part id="topperE" class="BoxSizer">
 
8
             <part id="leftentry" class="Entry"/>
 
9
          <part id="rightentry" class="Entry"/>                           
 
10
                        </part>
 
11
                        <part id="topperB" class="BoxSizer">
 
12
             <part id="leftb" class="Button"/>
 
13
          <part id="rightb" class="Button"/> 
 
14
                        </part>
 
15
                         <part id="otherButtons" class="BoxSizer">
 
16
             <part id="check" class="CheckButton"/>
 
17
          <part id="radio" class="RadioButton"/> 
 
18
                        </part>
 
19
                        <part id="complexcontrols" class="BoxSizer">
 
20
                                <part id="date" class="Calendar"/>
 
21
<!--                            <part id="color" class="ColorSelection"/> -->
 
22
                        </part>
 
23
                </part>
 
24
    </structure>
 
25
    <style>              
 
26
                  <property part-name="topperA" name="orientation">8</property>
 
27
                  <property part-name="topperE" name="orientation">4</property>
 
28
                  <property part-name="topperB" name="orientation">4</property>
 
29
                  <property part-name="leftentry"  name="identifier">-1</property>
 
30
        <property part-name="leftentry" name="label">Left</property>
 
31
                  <property part-name="rightentry"  name="identifier">-1</property>
 
32
        <property part-name="rightentry" name="label">righT</property>
 
33
                  <property part-name="leftb"  name="identifier">-1</property>
 
34
        <property part-name="leftb" name="label">Left button</property>
 
35
                  <property part-name="rightb"  name="identifier">-1</property>
 
36
        <property part-name="rightb" name="label">right buttoN</property>
 
37
        <property part-name="check" name="label">Checkbutton</property>
 
38
        <property part-name="check" name="identifier">-1</property>
 
39
        <property part-name="radio" name="label">Radiobutton</property>
 
40
        <property part-name="radio" name="identifier">-1</property>
 
41
        <property part-name="date" name="identifier">-1</property>
 
42
                  <property part-name="otherButtons" name="orientation">4</property>
 
43
                  <property part-name="complexcontrols" name="orientation">4</property>
 
44
    </style>
 
45
  </interface>
 
46
  <peers>
 
47
<!--     <presentation base="http://lumumba.luc.ac.be/~kris/projects/uiml.net/wx-net-1.0.uiml"/>  -->
 
48
         <presentation base="file:///home/kris/projects/uiml.net/project/uiml.net/Uiml/wx-net-1.0.uiml"/>
 
49
  </peers>
 
50
</uiml>