# HG changeset patch # User Claus Gittinger # Date 860454607 -7200 # Node ID 1887c994511b182837352a2dbd5886569414502d # Parent 73725336b4fe2646efb731fd0127f3b24aa26ec8 checkin from browser diff -r 73725336b4fe -r 1887c994511b UISelectionPanel.st --- a/UISelectionPanel.st Tue Apr 08 01:09:51 1997 +0200 +++ b/UISelectionPanel.st Tue Apr 08 01:10:07 1997 +0200 @@ -544,6 +544,92 @@ ) ! +textSpec + "this window spec was automatically generated by the ST/X UIPainter" + + "do not manually edit this - the painter/builder may not be able to + handle the specification if its corrupted." + + " + UIPainter new openOnClass:UISelectionPanel andSelector:#textSpec + UISelectionPanel new openInterface:#textSpec + " + + + + ^ + + #(#FullSpec + #'window:' + #(#WindowSpec + #'name:' 'uIPainterView' + #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0) + #'label:' 'unnamed' + #'bounds:' #(#Rectangle 0 0 573 264) + ) + #'component:' + #(#SpecCollection + #'collection:' + #( + #(#InputFieldSpec + #'name:' 'EditField' + #'layout:' #(#LayoutFrame 13 0 11 0 117 0 33 0) + #'immediateAccept:' false + #'acceptOnLeave:' true + #'acceptOnReturn:' true + #'acceptOnTab:' true + #'acceptOnLostFocus:' true + #'hasBorder:' false + ) + #(#LabelSpec + #'name:' 'Text Label' + #'layout:' #(#LayoutFrame 13 0 41 0 117 0 57 0) + #'label:' 'Text Label' + #'initiallyInvisible:' false + #'translateLabel:' false + #'level:' 0 + #'adjust:' #center + #'hasCharacterOrientedLabel:' true + ) + #(#TextEditorSpec + #'name:' 'EditTextView' + #'layout:' #(#LayoutFrame 127 0 11 0 231 0 91 0) + #'hasHorizontalScrollBar:' true + #'hasVerticalScrollBar:' true + #'miniScrollerHorizontal:' false + #'miniScrollerVertical:' false + ) + #(#TextEditorSpec + #'name:' 'EditTextView miniH' + #'layout:' #(#LayoutFrame 243 0 11 0 347 0 91 0) + #'hasHorizontalScrollBar:' true + #'hasVerticalScrollBar:' true + #'miniScrollerHorizontal:' true + #'miniScrollerVertical:' false + ) + #(#SequenceViewSpec + #'name:' 'SelectionInListView miniH' + #'layout:' #(#LayoutFrame 243 0 122 0 347 0 202 0) + #'hasHorizontalScrollBar:' true + #'hasVerticalScrollBar:' true + #'miniScrollerHorizontal:' true + #'miniScrollerVertical:' false + ) + #(#SequenceViewSpec + #'name:' 'SelectionInListView' + #'layout:' #(#LayoutFrame 127 0 122 0 231 0 202 0) + #'hasHorizontalScrollBar:' true + #'hasVerticalScrollBar:' true + #'miniScrollerHorizontal:' false + #'miniScrollerVertical:' false + ) + ) + ) + ) + + "Modified: 8.4.1997 / 00:56:33 / cg" +! + viewsSpec "this window spec was automatically generated by the ST/X UIPainter" @@ -629,88 +715,6 @@ ) ! ! -!UISelectionPanel class methodsFor:'interface specs'! - -textSpec - "this window spec was automatically generated by the ST/X UIPainter" - - "do not manually edit this - the painter/builder may not be able to - handle the specification if its corrupted." - - " - UIPainter new openOnClass:UISelectionPanel andSelector:#textSpec - UISelectionPanel new openInterface:#textSpec - " - - - - ^ - - #(#FullSpec - #'window:' - #(#WindowSpec - #'name:' 'uIPainterView' - #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0) - #'label:' 'unnamed' - #'bounds:' #(#Rectangle 0 0 573 264) - ) - #'component:' - #(#SpecCollection - #'collection:' - #( - #(#InputFieldSpec - #'name:' 'EditField' - #'layout:' #(#LayoutFrame 13 0 11 0 117 0 33 0) - #'immediateAccept:' false - #'acceptOnLeave:' true - #'acceptOnReturn:' true - #'acceptOnTab:' true - #'acceptOnLostFocus:' true - #'hasBorder:' false - ) - #(#LabelSpec - #'name:' 'Text Label' - #'layout:' #(#LayoutFrame 13 0 41 0 117 0 57 0) - #'label:' 'Text Label' - #'initiallyInvisible:' false - #'translateLabel:' false - #'level:' 0 - #'adjust:' #center - #'hasCharacterOrientedLabel:' true - ) - #(#TextEditorSpec - #'name:' 'EditTextView' - #'layout:' #(#LayoutFrame 127 0 11 0 231 0 91 0) - #'hasHorizontalScrollBar:' true - #'hasVerticalScrollBar:' true - ) - #(#TextEditorSpec - #'name:' 'EditTextView miniH' - #'layout:' #(#LayoutFrame 243 0 11 0 347 0 91 0) - #'hasHorizontalScrollBar:' true - #'hasVerticalScrollBar:' true - #'miniScrollerHorizontal:' true - ) - #(#SequenceViewSpec - #'name:' 'SelectionInListView miniH' - #'layout:' #(#LayoutFrame 243 0 122 0 347 0 202 0) - #'hasHorizontalScrollBar:' true - #'hasVerticalScrollBar:' true - #'miniScrollerHorizontal:' true - ) - #(#SequenceViewSpec - #'name:' 'SelectionInListView' - #'layout:' #(#LayoutFrame 127 0 122 0 231 0 202 0) - #'hasHorizontalScrollBar:' true - #'hasVerticalScrollBar:' true - ) - ) - ) - ) - - "Modified: 8.4.1997 / 00:19:25 / cg" -! ! - !UISelectionPanel methodsFor:'accessing'! labels:labels selectors:selectors receiver:receiver