UISelectionPanel.st
changeset 1044 e63478a6e668
parent 987 1147acb8ac80
child 1061 7400e3e3daf6
equal deleted inserted replaced
1043:8414736f8846 1044:e63478a6e668
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 
    14 
    15 ApplicationModel subclass:#UISelectionPanel
    15 ApplicationModel subclass:#UISelectionPanel
    16         instanceVariableNames:'userClass userSpecs userLabels majorSelection clipBoardSpec'
    16 	instanceVariableNames:'userClass userSpecs userLabels majorSelection clipBoardSpec'
    17         classVariableNames:'UserClass UserSpecs UserLabels'
    17 	classVariableNames:'UserClass UserSpecs UserLabels'
    18         poolDictionaries:''
    18 	poolDictionaries:''
    19         category:'Interface-UIPainter'
    19 	category:'Interface-UIPainter'
    20 !
    20 !
    21 
    21 
    22 Object subclass:#UserDefinedGallery
    22 Object subclass:#UserDefinedGallery
    23         instanceVariableNames:''
    23 	instanceVariableNames:''
    24         classVariableNames:'LabelList SelectorList HolderList NextUniqueNumber'
    24 	classVariableNames:'LabelList SelectorList HolderList NextUniqueNumber'
    25         poolDictionaries:''
    25 	poolDictionaries:''
    26         privateIn:UISelectionPanel
    26 	privateIn:UISelectionPanel
    27 !
    27 !
    28 
    28 
    29 !UISelectionPanel class methodsFor:'documentation'!
    29 !UISelectionPanel class methodsFor:'documentation'!
    30 
    30 
    31 copyright
    31 copyright
   924      
   924      
   925        #(#FullSpec
   925        #(#FullSpec
   926           #window: 
   926           #window: 
   927            #(#WindowSpec
   927            #(#WindowSpec
   928               #name: 'Menus'
   928               #name: 'Menus'
   929               #layout: #(#LayoutFrame 216 0 173 0 692 0 395 0)
   929               #layout: #(#LayoutFrame 110 0 120 0 586 0 342 0)
       
   930               #level: 0
   930               #label: 'Menus'
   931               #label: 'Menus'
   931               #min: #(#Point 10 10)
   932               #min: #(#Point 10 10)
   932               #max: #(#Point 1280 1024)
   933               #max: #(#Point 1280 1024)
   933               #bounds: #(#Rectangle 216 173 693 396)
   934               #bounds: #(#Rectangle 110 120 587 343)
   934               #usePreferredExtent: false
   935               #usePreferredExtent: false
   935           )
   936           )
   936           #component: 
   937           #component: 
   937            #(#SpecCollection
   938            #(#SpecCollection
   938               #collection: 
   939               #collection: 
   939                #(
   940                #(
   940                  #(#MenuPanelSpec
   941                  #(#MenuPanelSpec
   941                     #name: 'Tool Bar'
   942                     #name: 'Tool Bar'
   942                     #layout: #(#LayoutFrame 15 0 123 0 140 0 155 0)
   943                     #layout: #(#LayoutFrame 15 0 146 0 140 0 178 0)
   943                     #textDefault: true
   944                     #textDefault: true
   944                 )
   945                 )
   945                  #(#LabelSpec
   946                  #(#LabelSpec
   946                     #name: 'ToolBarLabel'
   947                     #name: 'ToolBarLabel'
   947                     #layout: #(#AlignmentOrigin 15 0 123 0 0 1)
   948                     #layout: #(#AlignmentOrigin 15 0 146 0 0 1)
   948                     #label: 'Tool Bar'
   949                     #label: 'Tool Bar'
   949                     #style: #(#FontDescription #helvetica #medium #roman 10)
   950                     #style: #(#FontDescription #helvetica #medium #roman 10)
   950                     #adjust: #left
   951                     #resizeForLabel: true
   951                     #resizeForLabel: true
   952                     #adjust: #left
   952                     #canUIDrag: false
   953                     #canUIDrag: false
   953                 )
   954                 )
   954                  #(#MenuPanelSpec
   955                  #(#MenuPanelSpec
   955                     #name: 'Menu Bar'
   956                     #name: 'Menu Bar'
   956                     #layout: #(#LayoutFrame 15 0 181 0 140 0 203 0)
   957                     #layout: #(#LayoutFrame 15 0 196 0 140 0 218 0)
   957                 )
   958                 )
   958                  #(#LabelSpec
   959                  #(#LabelSpec
   959                     #name: 'MenuBarLabel'
   960                     #name: 'MenuBarLabel'
   960                     #layout: #(#AlignmentOrigin 15 0 181 0 0 1)
   961                     #layout: #(#AlignmentOrigin 15 0 195 0 0 1)
   961                     #label: 'Menu Bar'
   962                     #label: 'Menu Bar'
   962                     #style: #(#FontDescription #helvetica #medium #roman 10)
   963                     #style: #(#FontDescription #helvetica #medium #roman 10)
   963                     #adjust: #left
   964                     #resizeForLabel: true
   964                     #resizeForLabel: true
   965                     #adjust: #left
   965                     #canUIDrag: false
   966                     #canUIDrag: false
   966                 )
   967                 )
   967                  #(#PopUpListSpec
   968                  #(#PopUpListSpec
   968                     #name: 'PopUp List'
   969                     #name: 'PopUp List'
   969                     #layout: #(#LayoutFrame 15 0 15 0 140 0 37 0)
   970                     #layout: #(#LayoutFrame 15 0 15 0 140 0 37 0)
   978                  #(#LabelSpec
   979                  #(#LabelSpec
   979                     #name: 'ComboListLabel'
   980                     #name: 'ComboListLabel'
   980                     #layout: #(#AlignmentOrigin 17 0 65 0 0 1)
   981                     #layout: #(#AlignmentOrigin 17 0 65 0 0 1)
   981                     #label: 'Combo List'
   982                     #label: 'Combo List'
   982                     #style: #(#FontDescription #helvetica #medium #roman 10)
   983                     #style: #(#FontDescription #helvetica #medium #roman 10)
   983                     #adjust: #left
   984                     #resizeForLabel: true
   984                     #resizeForLabel: true
   985                     #adjust: #left
   985                     #canUIDrag: false
   986                     #canUIDrag: false
   986                 )
   987                 )
   987                  #(#ComboBoxSpec
   988                  #(#ComboBoxSpec
   988                     #name: 'Combo Box'
   989                     #name: 'Combo Box'
   989                     #layout: #(#LayoutFrame 15 0 73 0 140 0 93 0)
   990                     #layout: #(#LayoutFrame 15 0 73 0 140 0 93 0)
   991                  #(#LabelSpec
   992                  #(#LabelSpec
   992                     #name: 'ComboBoxLabel'
   993                     #name: 'ComboBoxLabel'
   993                     #layout: #(#AlignmentOrigin 17 0 93 0 0 1)
   994                     #layout: #(#AlignmentOrigin 17 0 93 0 0 1)
   994                     #label: 'Combo Box'
   995                     #label: 'Combo Box'
   995                     #style: #(#FontDescription #helvetica #medium #roman 10)
   996                     #style: #(#FontDescription #helvetica #medium #roman 10)
   996                     #adjust: #left
   997                     #resizeForLabel: true
   997                     #resizeForLabel: true
   998                     #adjust: #left
       
   999                     #canUIDrag: false
       
  1000                 )
       
  1001                  #(#ExtendedComboBoxSpec
       
  1002                     #name: 'Extended Combo Box'
       
  1003                     #layout: #(#LayoutFrame 15 0 100 0 140 0 120 0)
       
  1004                     #adjustRight: true
       
  1005                 )
       
  1006                  #(#LabelSpec
       
  1007                     #name: 'ExtendedComboBoxLabel'
       
  1008                     #layout: #(#AlignmentOrigin 18 0 120 0 0 1)
       
  1009                     #label: 'Extended Combo'
       
  1010                     #style: #(#FontDescription #helvetica #medium #roman 10)
       
  1011                     #resizeForLabel: true
       
  1012                     #adjust: #left
   998                     #canUIDrag: false
  1013                     #canUIDrag: false
   999                 )
  1014                 )
  1000                  #(#TabViewSpec
  1015                  #(#TabViewSpec
  1001                     #name: 'Tab Header'
  1016                     #name: 'Tab Header'
  1002                     #layout: #(#LayoutFrame 157 0 15 0 292 0 51 0)
  1017                     #layout: #(#LayoutFrame 157 0 15 0 292 0 51 0)
  1004                  #(#LabelSpec
  1019                  #(#LabelSpec
  1005                     #name: 'TabHeaderLabel'
  1020                     #name: 'TabHeaderLabel'
  1006                     #layout: #(#Point 160 33)
  1021                     #layout: #(#Point 160 33)
  1007                     #label: 'Tab Header'
  1022                     #label: 'Tab Header'
  1008                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1023                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1009                     #adjust: #left
  1024                     #resizeForLabel: true
  1010                     #resizeForLabel: true
  1025                     #adjust: #left
  1011                     #canUIDrag: false
  1026                     #canUIDrag: false
  1012                 )
  1027                 )
  1013                  #(#NoteBookViewSpec
  1028                  #(#NoteBookViewSpec
  1014                     #name: 'Note Book'
  1029                     #name: 'Note Book'
  1015                     #layout: #(#LayoutFrame 157 0 58 0 292 0 150 0)
  1030                     #layout: #(#LayoutFrame 157 0 58 0 292 0 150 0)
  1017                  #(#LabelSpec
  1032                  #(#LabelSpec
  1018                     #name: 'NoteBookLabel'
  1033                     #name: 'NoteBookLabel'
  1019                     #layout: #(#Point 161 132)
  1034                     #layout: #(#Point 161 132)
  1020                     #label: 'Note Book'
  1035                     #label: 'Note Book'
  1021                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1036                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1022                     #adjust: #left
  1037                     #resizeForLabel: true
  1023                     #resizeForLabel: true
  1038                     #adjust: #left
  1024                     #canUIDrag: false
  1039                     #canUIDrag: false
  1025                 )
  1040                 )
  1026                  #(#UIGalleryViewSpec
  1041                  #(#UIGalleryViewSpec
  1027                     #name: 'Gallery'
  1042                     #name: 'Gallery'
  1028                     #layout: #(#LayoutFrame 309 0 15 0 445 0 150 0)
  1043                     #layout: #(#LayoutFrame 309 0 15 0 445 0 150 0)
  1030                  #(#LabelSpec
  1045                  #(#LabelSpec
  1031                     #name: 'GalleryLabel'
  1046                     #name: 'GalleryLabel'
  1032                     #layout: #(#Point 313 132)
  1047                     #layout: #(#Point 313 132)
  1033                     #label: 'Gallery'
  1048                     #label: 'Gallery'
  1034                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1049                     #style: #(#FontDescription #helvetica #medium #roman 10)
  1035                     #adjust: #left
  1050                     #resizeForLabel: true
  1036                     #resizeForLabel: true
  1051                     #adjust: #left
  1037                     #canUIDrag: false
  1052                     #canUIDrag: false
  1038                 )
  1053                 )
  1039               )
  1054               )
  1040           )
  1055           )
  1041       )
  1056       )
  1042 
       
  1043     "Modified: / 6.6.1998 / 16:54:56 / cg"
       
  1044 !
  1057 !
  1045 
  1058 
  1046 standardMisc
  1059 standardMisc
  1047     "This resource specification was automatically generated
  1060     "This resource specification was automatically generated
  1048      by the UIPainter of ST/X."
  1061      by the UIPainter of ST/X."