File: grid.gsmarkup

package info (click to toggle)
renaissance 0.9.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,028 kB
  • sloc: objc: 12,332; makefile: 33; perl: 25
file content (41 lines) | stat: -rw-r--r-- 1,784 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>

<gsmarkup>
  <objects>
    <window title="grid demo">
      <hbox>
	<grid>
	  <gridRow>
	    <colorWell width="50" height="50" color="000000" valign="top" halign="left" />
	    <colorWell width="50" height="50" color="FFFFFF" valign="top" halign="center" />
	    <space />
	    <colorWell width="50" height="50" color="7777FF" valign="top" halign="right" />
	    <colorWell width="50" height="50" color="red" valign="top" halign="expand" />
	  </gridRow>
	  <gridRow valign="expand">
	    <colorWell width="50" height="50" color="000000" valign="center" halign="left" />
	    <colorWell width="50" height="50" color="FFFFFF" valign="center" halign="center" />
	    <space />
	    <colorWell width="50" height="50" color="7777FF" valign="center" halign="right" />
	    <colorWell width="50" height="50" color="red" valign="center" halign="expand" />
	  </gridRow>
	  <gridRow valign="expand">
	    <colorWell width="50" height="50" color="000000" valign="bottom" halign="left" />
	    <colorWell width="50" height="50" color="FFFFFF" valign="bottom" halign="center" />
	    <space />
	    <colorWell width="50" height="50" color="7777FF" valign="bottom" halign="right" />
	    <colorWell width="50" height="50" color="red" valign="bottom" halign="expand" />
	  </gridRow>
	  <gridRow valign="expand">
	    <colorWell width="50" height="50" color="000000" valign="expand" halign="left" />
	    <colorWell width="50" height="50" color="FFFFFF" valign="expand" halign="center" />
	    <space />
	    <colorWell width="50" height="50" color="7777FF" valign="expand" halign="right" />
	    <colorWell width="50" height="50" color="red" valign="expand" halign="expand" />
	  </gridRow>
	</grid>
      </hbox>
    </window>
  </objects>
</gsmarkup>