NewLauncher.st
changeset 1777 37850beccf0a
parent 1774 ee9461e4a920
child 1780 1d3d4644f3c4
equal deleted inserted replaced
1776:590f728bcfd4 1777:37850beccf0a
   230 'Opens a rotating globe animation demo.'
   230 'Opens a rotating globe animation demo.'
   231 
   231 
   232 #demosGoodies
   232 #demosGoodies
   233 'Goodies and Utilities.'
   233 'Goodies and Utilities.'
   234 
   234 
       
   235 #demosGraphicEditors
       
   236 'Graphic editing demos.'
       
   237 
       
   238 #demosGraphicEditorsDrawTool
       
   239 'Object drawing demo.'
       
   240 
       
   241 #demosGraphicEditorsLogicTool
       
   242 'Simulating Logic demo.'
       
   243 
       
   244 #demosGraphicEditorsPaintTool
       
   245 'Painting demo.'
       
   246 
       
   247 #demosGUI
       
   248 'GUI builder demos.'
       
   249 
       
   250 #demosGUIWidgets
       
   251 'GUI widgets usage.'
       
   252 
       
   253 #demosGUICalculator
       
   254 'Calculator built using the GUI builder.'
       
   255 
   235 #demosMail
   256 #demosMail
   236 'Opens a simple mail viewer demo.'
   257 'Opens a simple mail viewer demo.'
   237 
   258 
   238 #demosMandel
   259 #demosMandel
   239 'Opens a view displaying the mandelbrot set.'
   260 'Opens a view displaying the mandelbrot set.'
   445 #windowsViewTreeAllViews
   466 #windowsViewTreeAllViews
   446 'Display the widget hierarchies of all ST/X windows.'
   467 'Display the widget hierarchies of all ST/X windows.'
   447 
   468 
   448 )
   469 )
   449 
   470 
   450     "Modified: / 28.7.1998 / 03:28:14 / cg"
   471     "Modified: / 31.7.1998 / 03:22:01 / cg"
   451 ! !
   472 ! !
   452 
   473 
   453 !NewLauncher class methodsFor:'interface specs'!
   474 !NewLauncher class methodsFor:'interface specs'!
   454 
   475 
   455 windowSpec
   476 windowSpec
  1499                           )
  1520                           )
  1500                       )
  1521                       )
  1501                        #(#MenuItem
  1522                        #(#MenuItem
  1502                           #label: 'Graphic Editors'
  1523                           #label: 'Graphic Editors'
  1503                           #translateLabel: true
  1524                           #translateLabel: true
       
  1525                           #activeHelpKey: #demosGraphicEditors
  1504                           #submenu: 
  1526                           #submenu: 
  1505                            #(#Menu
  1527                            #(#Menu
  1506                               
  1528                               
  1507                                #(
  1529                                #(
  1508                                  #(#MenuItem
  1530                                  #(#MenuItem
  1509                                     #label: 'Draw Tool'
  1531                                     #label: 'Draw Tool'
  1510                                     #translateLabel: true
  1532                                     #translateLabel: true
  1511                                     #value: #openDemo:
  1533                                     #value: #openDemo:
  1512                                     #argument: 'DrawTool'
  1534                                     #argument: 'DrawTool'
       
  1535                                     #activeHelpKey: #demosGraphicEditorsDrawTool
  1513                                 )
  1536                                 )
  1514                                  #(#MenuItem
  1537                                  #(#MenuItem
  1515                                     #label: 'Logic Tool'
  1538                                     #label: 'Logic Tool'
  1516                                     #translateLabel: true
  1539                                     #translateLabel: true
  1517                                     #value: #openDemo:
  1540                                     #value: #openDemo:
  1518                                     #argument: 'LogicTool'
  1541                                     #argument: 'LogicTool'
       
  1542                                     #activeHelpKey: #demosGraphicEditorsLogicTool
  1519                                 )
  1543                                 )
  1520                                  #(#MenuItem
  1544                                  #(#MenuItem
  1521                                     #label: 'Paint Demo'
  1545                                     #label: 'Paint Demo'
  1522                                     #translateLabel: true
  1546                                     #translateLabel: true
  1523                                     #value: #openDemo:
  1547                                     #value: #openDemo:
  1524                                     #argument: 'ColorDrawDemo3'
  1548                                     #argument: 'ColorDrawDemo3'
       
  1549                                     #activeHelpKey: #demosGraphicEditorsPaintTool
  1525                                 )
  1550                                 )
  1526                               ) nil
  1551                               ) nil
  1527                               nil
  1552                               nil
  1528                           )
  1553                           )
  1529                       )
  1554                       )
  1530                        #(#MenuItem
  1555                        #(#MenuItem
  1531                           #label: 'GUI'
  1556                           #label: 'GUI'
  1532                           #translateLabel: true
  1557                           #translateLabel: true
       
  1558                           #activeHelpKey: #demosGUI
  1533                           #submenu: 
  1559                           #submenu: 
  1534                            #(#Menu
  1560                            #(#Menu
  1535                               
  1561                               
  1536                                #(
  1562                                #(
  1537                                  #(#MenuItem
  1563                                  #(#MenuItem
  1538                                     #label: 'Widget Gallery'
  1564                                     #label: 'Widget Gallery'
  1539                                     #translateLabel: true
  1565                                     #translateLabel: true
  1540                                     #value: #openDemo:
  1566                                     #value: #openDemo:
  1541                                     #argument: 'CodingExamples_GUI::GUIDemo'
  1567                                     #argument: 'CodingExamples_GUI::GUIDemo'
       
  1568                                     #activeHelpKey: #demosGUIWidgets
  1542                                 )
  1569                                 )
  1543                                  #(#MenuItem
  1570                                  #(#MenuItem
  1544                                     #label: '-'
  1571                                     #label: '-'
  1545                                 )
  1572                                 )
  1546                                  #(#MenuItem
  1573                                  #(#MenuItem
  1547                                     #label: 'Calculator'
  1574                                     #label: 'Calculator'
  1548                                     #translateLabel: true
  1575                                     #translateLabel: true
  1549                                     #value: #openDemo:
  1576                                     #value: #openDemo:
  1550                                     #argument: 'CodingExamples_GUI::GUIDemoCalculator'
  1577                                     #argument: 'CodingExamples_GUI::GUIDemoCalculator'
       
  1578                                     #activeHelpKey: #demosGUICalculator
  1551                                 )
  1579                                 )
  1552                               ) nil
  1580                               ) nil
  1553                               nil
  1581                               nil
  1554                           )
  1582                           )
  1555                       )
  1583                       )
  1618             )
  1646             )
  1619           ) nil
  1647           ) nil
  1620           nil
  1648           nil
  1621       )
  1649       )
  1622 
  1650 
  1623     "Modified: / 31.7.1998 / 00:56:32 / cg"
  1651     "Modified: / 31.7.1998 / 03:22:04 / cg"
  1624 !
  1652 !
  1625 
  1653 
  1626 menuToolbar
  1654 menuToolbar
  1627     "This resource specification was automatically generated
  1655     "This resource specification was automatically generated
  1628      by the MenuEditor of ST/X."
  1656      by the MenuEditor of ST/X."
  5540 ! !
  5568 ! !
  5541 
  5569 
  5542 !NewLauncher class methodsFor:'documentation'!
  5570 !NewLauncher class methodsFor:'documentation'!
  5543 
  5571 
  5544 version
  5572 version
  5545     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.87 1998-07-30 23:04:06 cg Exp $'
  5573     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.88 1998-07-31 01:23:59 cg Exp $'
  5546 ! !
  5574 ! !