summaryrefslogtreecommitdiffstats
path: root/arts/examples/template_Instrument_GUI.arts
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commite2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch)
tree9047cf9e6b5c43878d5bf82660adae77ceee097a /arts/examples/template_Instrument_GUI.arts
downloadtdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz
tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts/examples/template_Instrument_GUI.arts')
-rw-r--r--arts/examples/template_Instrument_GUI.arts91
1 files changed, 91 insertions, 0 deletions
diff --git a/arts/examples/template_Instrument_GUI.arts b/arts/examples/template_Instrument_GUI.arts
new file mode 100644
index 00000000..67db385e
--- /dev/null
+++ b/arts/examples/template_Instrument_GUI.arts
@@ -0,0 +1,91 @@
+name=template_Instrument_GUI
+module=Arts::Widget
+{
+ id=0
+ x=1
+ y=2
+ port=widgetID
+ {
+ id=1
+ }
+ port=parent
+ {
+ id=2
+ }
+ port=x
+ {
+ id=3
+ any_data=value:000000056c6f6e67000000000400000000
+ }
+ port=y
+ {
+ id=4
+ any_data=value:000000056c6f6e67000000000400000000
+ }
+ port=width
+ {
+ id=5
+ any_data=value:000000056c6f6e6700000000040000000a
+ }
+ port=height
+ {
+ id=6
+ any_data=value:000000056c6f6e6700000000040000000a
+ }
+ port=visible
+ {
+ id=7
+ any_data=value:00000008626f6f6c65616e000000000101
+ }
+}
+structureport
+{
+ name=parent
+ x=2
+ y=1
+ position=0
+ type
+ {
+ direction=output
+ datatype=audio
+ conntype=stream
+ }
+ data
+ {
+ id=8
+ }
+}
+structureport
+{
+ name=x
+ x=3
+ y=1
+ position=1
+ type
+ {
+ direction=output
+ datatype=audio
+ conntype=property
+ }
+ data
+ {
+ id=9
+ }
+}
+structureport
+{
+ name=y
+ x=4
+ y=1
+ position=2
+ type
+ {
+ direction=output
+ datatype=audio
+ conntype=property
+ }
+ data
+ {
+ id=10
+ }
+}