~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to arts/examples/template_Instrument_GUI.arts

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name=template_Instrument_GUI
 
2
module=Arts::Widget
 
3
{
 
4
  id=0
 
5
  x=1
 
6
  y=2
 
7
  port=widgetID
 
8
  {
 
9
    id=1
 
10
  }
 
11
  port=parent
 
12
  {
 
13
    id=2
 
14
  }
 
15
  port=x
 
16
  {
 
17
    id=3
 
18
    any_data=value:000000056c6f6e67000000000400000000
 
19
  }
 
20
  port=y
 
21
  {
 
22
    id=4
 
23
    any_data=value:000000056c6f6e67000000000400000000
 
24
  }
 
25
  port=width
 
26
  {
 
27
    id=5
 
28
    any_data=value:000000056c6f6e6700000000040000000a
 
29
  }
 
30
  port=height
 
31
  {
 
32
    id=6
 
33
    any_data=value:000000056c6f6e6700000000040000000a
 
34
  }
 
35
  port=visible
 
36
  {
 
37
    id=7
 
38
    any_data=value:00000008626f6f6c65616e000000000101
 
39
  }
 
40
}
 
41
structureport
 
42
{
 
43
  name=parent
 
44
  x=2
 
45
  y=1
 
46
  position=0
 
47
  type
 
48
  {
 
49
    direction=output
 
50
    datatype=audio
 
51
    conntype=stream
 
52
  }
 
53
  data
 
54
  {
 
55
    id=8
 
56
  }
 
57
}
 
58
structureport
 
59
{
 
60
  name=x
 
61
  x=3
 
62
  y=1
 
63
  position=1
 
64
  type
 
65
  {
 
66
    direction=output
 
67
    datatype=audio
 
68
    conntype=property
 
69
  }
 
70
  data
 
71
  {
 
72
    id=9
 
73
  }
 
74
}
 
75
structureport
 
76
{
 
77
  name=y
 
78
  x=4
 
79
  y=1
 
80
  position=2
 
81
  type
 
82
  {
 
83
    direction=output
 
84
    datatype=audio
 
85
    conntype=property
 
86
  }
 
87
  data
 
88
  {
 
89
    id=10
 
90
  }
 
91
}