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

« back to all changes in this revision

Viewing changes to examples/colorselection.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
 
 
3
<uiml>
 
4
        <interface>
 
5
                <structure>
 
6
                        <part class="Frame" id="Frame">
 
7
                                <part class="ColorSelection" id="color"/>
 
8
                        </part>
 
9
                </structure>
 
10
                <style>
 
11
                        <property part-name="Frame" name="label">ColorSelection Widget</property>
 
12
                </style>
 
13
        </interface>
 
14
        <peers>
 
15
                <presentation base="file:///home/kris/projects/uiml.net/Uiml/gtk-sharp-1.0.uiml" />
 
16
        </peers>
 
17
</uiml>
 
18