MenuEditor.st
changeset 873 6221f17ee6e2
parent 872 eb3bd8e609f1
child 875 f82d184bf871
equal deleted inserted replaced
872:eb3bd8e609f1 873:6221f17ee6e2
  1902     "initialize value holders for the attributes of the menu components"
  1902     "initialize value holders for the attributes of the menu components"
  1903 
  1903 
  1904     |holder|
  1904     |holder|
  1905 
  1905 
  1906     super initialize.
  1906     super initialize.
  1907     self createBuilder.
       
  1908 
  1907 
  1909     aspects at:#seperatorSelection put:(holder := SelectionInList new).
  1908     aspects at:#seperatorSelection put:(holder := SelectionInList new).
  1910     holder list: Item separatorList.
  1909     holder list: Item separatorList.
  1911     holder addDependent:self.
  1910     holder addDependent:self.
  1912 
  1911 
  1913     "Modified: / 20.6.1998 / 14:21:49 / cg"
  1912     "Modified: / 20.6.1998 / 14:53:26 / cg"
  1914 !
  1913 !
  1915 
  1914 
  1916 openModalOnMenu: aMenu
  1915 openModalOnMenu: aMenu
  1917     "build a tree from aMenu and open it modal"
  1916     "build a tree from aMenu and open it modal"
  1918 
  1917