summaryrefslogtreecommitdiff
path: root/swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js
diff options
context:
space:
mode:
Diffstat (limited to 'swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js')
-rw-r--r--swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js b/swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js
new file mode 100644
index 00000000000..a9c5ab7af15
--- /dev/null
+++ b/swat2/style/qooxdoo/widgets/widgets/QxHorizontalBoxLayout.js
@@ -0,0 +1,2 @@
+/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */
+function QxHorizontalBoxLayout(vBlockAlign,vChildrenAlign){QxBoxLayout.call(this,"horizontal",vBlockAlign,vChildrenAlign);};QxHorizontalBoxLayout.extend(QxBoxLayout,"QxHorizontalBoxLayout");proto._checkOrientation=function(_b1,_b2,propData,_b4){if(_b1!="horizontal"){throw new Error("Orientation is not configurable in QxHorizontalBoxLayout!");};return _b1;}; \ No newline at end of file