UISelectionPanel.st
changeset 2216 83fa306392ad
parent 2120 270de066caa1
child 2236 cc2b26c0d7f0
equal deleted inserted replaced
2215:b0c8d7acc690 2216:83fa306392ad
  1853 documentation
  1853 documentation
  1854 "
  1854 "
  1855     The standard user-defined selectionPanel entry.
  1855     The standard user-defined selectionPanel entry.
  1856     Here, a single item named 'clocks' is provided, containing
  1856     Here, a single item named 'clocks' is provided, containing
  1857     an analog and digital clock.
  1857     an analog and digital clock.
  1858     This is a dump example; the actual user-defined panel may be
  1858     This is a dumb example; the actual user-defined panel may be
  1859     extended dynamically.
  1859     extended dynamically.
  1860 
  1860 
  1861     Frameworks which provide additional widgets may dynamically
  1861     Frameworks which provide additional widgets may dynamically
  1862     add more entries, by sending #addUserSpecHolder:label:
  1862     add more entries, by sending #addUserSpecHolder:label:
  1863     or #removeUserSpecWithLabel:.
  1863     or #removeUserSpecWithLabel:.
  1876         NoteBookView
  1876         NoteBookView
  1877         UIGalleryView
  1877         UIGalleryView
  1878         UIPainter
  1878         UIPainter
  1879 
  1879 
  1880 "
  1880 "
  1881 
       
  1882 
       
  1883 ! !
  1881 ! !
  1884 
  1882 
  1885 !UISelectionPanel::UserDefinedGallery class methodsFor:'installation / deinstallation'!
  1883 !UISelectionPanel::UserDefinedGallery class methodsFor:'installation / deinstallation'!
  1886 
  1884 
  1887 addUserSpecHolder:aValueHolder label:aLabelString
  1885 addUserSpecHolder:aValueHolder label:aLabelString