UISelectionPanel.st
changeset 1143 b04847a679fc
parent 1142 f5b47cc3e563
child 1160 9e6aff354459
equal deleted inserted replaced
1142:f5b47cc3e563 1143:b04847a679fc
   271         #name: #windowSpec
   271         #name: #windowSpec
   272         #window: 
   272         #window: 
   273        #(#WindowSpec
   273        #(#WindowSpec
   274           #label: 'Widget Gallery'
   274           #label: 'Widget Gallery'
   275           #name: 'Widget Gallery'
   275           #name: 'Widget Gallery'
   276           #layout: #(#LayoutFrame 92 0 128 0 612 0 410 0)
   276           #layout: #(#LayoutFrame 374 0 171 0 867 0 472 0)
   277           #level: 0
   277           #level: 0
   278           #min: #(#Point 100 280)
   278           #min: #(#Point 100 280)
   279           #max: #(#Point 1160 870)
   279           #max: #(#Point 1160 870)
   280           #bounds: #(#Rectangle 92 128 613 411)
   280           #bounds: #(#Rectangle 374 171 868 473)
   281           #usePreferredExtent: false
   281           #usePreferredExtent: false
   282           #returnIsOKInDialog: true
   282           #returnIsOKInDialog: true
   283           #escapeIsCancelInDialog: true
   283           #escapeIsCancelInDialog: true
   284         )
   284         )
   285         #component: 
   285         #component: 
   338 
   338 
   339     "Modified: / 29.10.1997 / 03:20:38 / cg"
   339     "Modified: / 29.10.1997 / 03:20:38 / cg"
   340 ! !
   340 ! !
   341 
   341 
   342 !UISelectionPanel class methodsFor:'standard specifications'!
   342 !UISelectionPanel class methodsFor:'standard specifications'!
   343 
       
   344 XXstandardLists
       
   345     "This resource specification was automatically generated
       
   346      by the UIPainter of ST/X."
       
   347 
       
   348     "Do not manually edit this!! If it is corrupted,
       
   349      the UIPainter may not be able to read the specification."
       
   350 
       
   351     "
       
   352      UIPainter new openOnClass:UISelectionPanel andSelector:#standardLists
       
   353      UISelectionPanel new openInterface:#standardLists
       
   354     "
       
   355 
       
   356     <resource: #canvas>
       
   357 
       
   358     ^ 
       
   359      #(#FullSpec
       
   360         #name: #standardLists
       
   361         #window: 
       
   362        #(#WindowSpec
       
   363           #label: 'Lists'
       
   364           #name: 'Lists'
       
   365           #layout: #(#LayoutFrame 114 0 262 0 554 0 479 0)
       
   366           #level: 0
       
   367           #min: #(#Point 10 10)
       
   368           #max: #(#Point 1280 1024)
       
   369           #bounds: #(#Rectangle 114 262 555 480)
       
   370           #usePreferredExtent: false
       
   371           #returnIsOKInDialog: true
       
   372           #escapeIsCancelInDialog: true
       
   373         )
       
   374         #component: 
       
   375        #(#SpecCollection
       
   376           #collection: #(
       
   377            #(#SequenceViewSpec
       
   378               #name: 'List'
       
   379               #layout: #(#LayoutFrame 4 0 19 0 209 0 99 0)
       
   380               #hasHorizontalScrollBar: true
       
   381               #hasVerticalScrollBar: true
       
   382               #useIndex: false
       
   383             )
       
   384            #(#LabelSpec
       
   385               #label: 'List'
       
   386               #name: 'ListLabel'
       
   387               #layout: #(#AlignmentOrigin 4 0 19 0 0 1)
       
   388               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   389               #resizeForLabel: true
       
   390               #adjust: #left
       
   391               #canUIDrag: false
       
   392             )
       
   393            #(#SelectionInTreeViewSpec
       
   394               #name: 'Tree List'
       
   395               #layout: #(#LayoutFrame 4 0 134 0 209 0 214 0)
       
   396               #hasHorizontalScrollBar: true
       
   397               #hasVerticalScrollBar: true
       
   398               #highlightMode: #line
       
   399             )
       
   400            #(#LabelSpec
       
   401               #label: 'Tree List'
       
   402               #name: 'TreeListLabel'
       
   403               #layout: #(#AlignmentOrigin 4 0 134 0 0 1)
       
   404               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   405               #resizeForLabel: true
       
   406               #adjust: #left
       
   407               #canUIDrag: false
       
   408             )
       
   409            #(#DataSetSpec
       
   410               #name: 'Table'
       
   411               #layout: #(#LayoutFrame 229 0 19 0 434 0 99 0)
       
   412               #hasHorizontalScrollBar: true
       
   413               #hasVerticalScrollBar: true
       
   414               #has3Dsepartors: false
       
   415             )
       
   416            #(#LabelSpec
       
   417               #label: 'Table'
       
   418               #name: 'TableLabel'
       
   419               #layout: #(#AlignmentOrigin 229 0 19 0 0 1)
       
   420               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   421               #resizeForLabel: true
       
   422               #adjust: #left
       
   423               #canUIDrag: false
       
   424             )
       
   425            #(#FileSelectionTreeSpec
       
   426               #name: 'File Tree List'
       
   427               #layout: #(#LayoutFrame 229 0 134 0 434 0 214 0)
       
   428               #hasHorizontalScrollBar: true
       
   429               #hasVerticalScrollBar: true
       
   430               #highlightMode: #line
       
   431             )
       
   432            #(#LabelSpec
       
   433               #label: 'File Tree List'
       
   434               #name: 'FileTreeListLabel'
       
   435               #layout: #(#AlignmentOrigin 229 0 134 0 0 1)
       
   436               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   437               #resizeForLabel: true
       
   438               #adjust: #left
       
   439               #canUIDrag: false
       
   440             )
       
   441            )
       
   442          
       
   443         )
       
   444       )
       
   445 !
       
   446 
   343 
   447 standardButtons
   344 standardButtons
   448     "This resource specification was automatically generated
   345     "This resource specification was automatically generated
   449      by the UIPainter of ST/X."
   346      by the UIPainter of ST/X."
   450 
   347 
   928         #name: #standardLists
   825         #name: #standardLists
   929         #window: 
   826         #window: 
   930        #(#WindowSpec
   827        #(#WindowSpec
   931           #label: 'Lists'
   828           #label: 'Lists'
   932           #name: 'Lists'
   829           #name: 'Lists'
   933           #layout: #(#LayoutFrame 114 0 262 0 554 0 479 0)
   830           #layout: #(#LayoutFrame 22 0 99 0 462 0 316 0)
   934           #level: 0
   831           #level: 0
   935           #min: #(#Point 10 10)
   832           #min: #(#Point 10 10)
   936           #max: #(#Point 1280 1024)
   833           #max: #(#Point 1280 1024)
   937           #bounds: #(#Rectangle 114 262 555 480)
   834           #bounds: #(#Rectangle 22 99 463 317)
   938           #usePreferredExtent: false
   835           #usePreferredExtent: false
   939           #returnIsOKInDialog: true
   836           #returnIsOKInDialog: true
   940           #escapeIsCancelInDialog: true
   837           #escapeIsCancelInDialog: true
   941         )
   838         )
   942         #component: 
   839         #component: 
   943        #(#SpecCollection
   840        #(#SpecCollection
   944           #collection: #(
   841           #collection: #(
   945            #(#SequenceViewSpec
   842            #(#SequenceViewSpec
   946               #name: 'List'
   843               #name: 'List'
   947               #layout: #(#LayoutFrame 4 0 19 0 209 0 99 0)
   844               #layout: #(#LayoutFrame 3 0 3 0 208 0 101 0)
   948               #hasHorizontalScrollBar: true
   845               #hasHorizontalScrollBar: true
   949               #hasVerticalScrollBar: true
   846               #hasVerticalScrollBar: true
   950               #useIndex: false
   847               #useIndex: false
   951             )
   848             )
   952            #(#LabelSpec
   849            #(#DataSetSpec
   953               #label: 'List'
   850               #name: 'Table'
   954               #name: 'ListLabel'
   851               #layout: #(#LayoutFrame 228 0 3 0 433 0 101 0)
   955               #layout: #(#AlignmentOrigin 4 0 19 0 0 1)
   852               #hasHorizontalScrollBar: true
   956               #style: #(#FontDescription #helvetica #medium #roman 10)
   853               #hasVerticalScrollBar: true
   957               #resizeForLabel: true
   854               #has3Dsepartors: false
   958               #adjust: #left
       
   959               #canUIDrag: false
       
   960             )
   855             )
   961            #(#SelectionInTreeViewSpec
   856            #(#SelectionInTreeViewSpec
   962               #name: 'Tree List'
   857               #name: 'Tree List'
   963               #layout: #(#LayoutFrame 4 0 134 0 209 0 214 0)
   858               #layout: #(#LayoutFrame 4 0 114 0 209 0 212 0)
   964               #hasHorizontalScrollBar: true
   859               #hasHorizontalScrollBar: true
   965               #hasVerticalScrollBar: true
   860               #hasVerticalScrollBar: true
   966               #highlightMode: #line
   861               #highlightMode: #line
   967             )
   862             )
   968            #(#DataSetSpec
       
   969               #name: 'Table'
       
   970               #layout: #(#LayoutFrame 229 0 19 0 434 0 99 0)
       
   971               #hasHorizontalScrollBar: true
       
   972               #hasVerticalScrollBar: true
       
   973               #has3Dsepartors: false
       
   974             )
       
   975            #(#FileSelectionTreeSpec
   863            #(#FileSelectionTreeSpec
   976               #name: 'File Tree List'
   864               #name: 'File Tree List'
   977               #layout: #(#LayoutFrame 229 0 134 0 434 0 214 0)
   865               #layout: #(#LayoutFrame 229 0 114 0 434 0 212 0)
   978               #hasHorizontalScrollBar: true
   866               #hasHorizontalScrollBar: true
   979               #hasVerticalScrollBar: true
   867               #hasVerticalScrollBar: true
   980               #highlightMode: #line
   868               #highlightMode: #line
   981             )
       
   982            #(#LabelSpec
       
   983               #label: 'File Tree List'
       
   984               #name: 'FileTreeListLabel'
       
   985               #layout: #(#AlignmentOrigin 229 0 134 0 0 1)
       
   986               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   987               #resizeForLabel: true
       
   988               #adjust: #left
       
   989               #canUIDrag: false
       
   990             )
       
   991            #(#LabelSpec
       
   992               #label: 'Table'
       
   993               #name: 'TableLabel'
       
   994               #layout: #(#AlignmentOrigin 229 0 19 0 0 1)
       
   995               #style: #(#FontDescription #helvetica #medium #roman 10)
       
   996               #resizeForLabel: true
       
   997               #adjust: #left
       
   998               #canUIDrag: false
       
   999             )
       
  1000            #(#LabelSpec
       
  1001               #label: 'Tree List'
       
  1002               #name: 'TreeListLabel'
       
  1003               #layout: #(#AlignmentOrigin 4 0 134 0 0 1)
       
  1004               #style: #(#FontDescription #helvetica #medium #roman 10)
       
  1005               #resizeForLabel: true
       
  1006               #adjust: #left
       
  1007               #canUIDrag: false
       
  1008             )
   869             )
  1009            )
   870            )
  1010          
   871          
  1011         )
   872         )
  1012       )
   873       )