more layouts
authorClaus Gittinger <cg@exept.de>
Tue, 22 Apr 2003 11:42:48 +0200
changeset 1706 16ec8113198f
parent 1705 121213b3d4c9
child 1707 ad52b5abf849
more layouts
UILayoutTool.st
--- a/UILayoutTool.st	Tue Apr 15 13:57:30 2003 +0200
+++ b/UILayoutTool.st	Tue Apr 22 11:42:48 2003 +0200
@@ -1712,6 +1712,72 @@
 
 !UILayoutTool::LayoutFrame class methodsFor:'image specs'!
 
+setBigBottomFixPartIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self setBigBottomFixPartIcon inspect
+     ImageEditor openOnClass:self andSelector:#setBigBottomFixPartIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'UILayoutTool::LayoutFrame class setBigBottomFixPartIcon'
+        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H@H"H"@BDQDP@QDQH@HQDQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@HQ
+DQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@H"H"@BH"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@_????????????????????????????<b') ; yourself); yourself]
+!
+
+setBigHorizontalFixPartIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self setBigHorizontalFixPartIcon inspect
+     ImageEditor openOnClass:self andSelector:#setBigHorizontalFixPartIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'UILayoutTool::LayoutFrame class setBigHorizontalFixPartIcon'
+        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H @"H"H@HQDQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@HQDQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@H"
+H"@BH"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A??????????????????????????>@@X@A??<b') ; yourself); yourself]
+!
+
+setBigTopFixPartIcon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self setBigTopFixPartIcon inspect
+     ImageEditor openOnClass:self andSelector:#setBigTopFixPartIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'UILayoutTool::LayoutFrame class setBigTopFixPartIcon'
+        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@BH"H @"H"H@HQDQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@HQDQ@ADQD @!!DQD@DQDR@BDQDP@QDQH@HQDQ@ADQD @"H"H@H"H"@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?????????????????????????????8@A @F@@X@A??<b') ; yourself); yourself]
+!
+
 setBottomFixPartIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -2382,6 +2448,36 @@
             #isButton: true
             #labelImage: #(#ResourceRetriever nil #setRightFixPartIcon)
           )
+         #(#MenuItem
+            #label: ''
+          )
+         #(#MenuItem
+            #activeHelpKey: #topFixPartLayout
+            #label: 'setBigTopFixPartFrame'
+            #itemValue: #setBigTopFixPartFrame
+            #nameKey: #setBigTopFixPartFrame
+            #translateLabel: true
+            #isButton: true
+            #labelImage: #(#ResourceRetriever nil #setBigTopFixPartIcon)
+          )
+         #(#MenuItem
+            #activeHelpKey: #horizontalFixPartLayout
+            #label: 'setBigHorizontalFixPartFrame'
+            #itemValue: #setBigHorizontalFixPartFrame
+            #nameKey: #setBigHorizontalFixPartFrame
+            #translateLabel: true
+            #isButton: true
+            #labelImage: #(#ResourceRetriever nil #setBigHorizontalFixPartIcon)
+          )
+         #(#MenuItem
+            #activeHelpKey: #bottomFixPartLayout
+            #label: 'setBigBottomFixPartFrame'
+            #itemValue: #setBigBottomFixPartFrame
+            #nameKey: #setBigBottomFixPartFrame
+            #translateLabel: true
+            #isButton: true
+            #labelImage: #(#ResourceRetriever nil #setBigBottomFixPartIcon)
+          )
          )
         nil
         nil
@@ -2428,6 +2524,30 @@
 
 !UILayoutTool::LayoutFrame methodsFor:'common frames'!
 
+setBigBottomFixPartFrame
+    self
+        setFrameLeft:0   offset:0 
+        right:1          offset:0 
+        top:0            offset:30 
+        bottom:1         offset:0
+!
+
+setBigHorizontalFixPartFrame
+    self
+        setFrameLeft:0   offset:0 
+        right:1          offset:0 
+        top:0            offset:30 
+        bottom:1         offset:-30
+!
+
+setBigTopFixPartFrame
+    self
+        setFrameLeft:0   offset:0 
+        right:1          offset:0 
+        top:0            offset:0 
+        bottom:1         offset:-30
+!
+
 setBottomFixPartFrame
     self
         setFrameLeft:0   offset:0