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

« back to all changes in this revision

Viewing changes to examples/wxbutton.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 2.0 Draft//EN" "UIML3_0a.dtd">
 
3
<uiml>
 
4
  <interface>
 
5
    <structure>
 
6
        <part id="Button" class="Button"/>
 
7
    </structure>
 
8
    <style>
 
9
                  <property part-name="Button" name="identifier">5100</property>
 
10
        <property part-name="Button" name="label">Press Me</property>
 
11
    </style>
 
12
  </interface>
 
13
  <peers>
 
14
         <presentation base="http://lumumba.luc.ac.be/~kris/projects/uiml.net/wx-net-1.0.uiml"/>
 
15
  </peers>
 
16
</uiml>