UILayoutTool.st
changeset 1955 91610d2b87f7
parent 1874 e86cfff8fd0b
child 2022 746cc87a768e
equal deleted inserted replaced
1954:1344ec1f99eb 1955:91610d2b87f7
   147 
   147 
   148 #makeLeftAbsolute
   148 #makeLeftAbsolute
   149 'Compute pure-absolute x'
   149 'Compute pure-absolute x'
   150 
   150 
   151 #makeLeftRelative
   151 #makeLeftRelative
   152 'Compute pure-fraction x.'
   152 'Compute pure-fractional x.'
   153 
   153 
   154 #makeLeftRelativeFromRight
   154 #makeLeftRelativeFromRight
   155 'Compute fraction+offset for x relative to containers right.'
   155 'Compute fraction+offset for x relative to containers right.'
   156 
   156 
   157 #makeTopAbsolute
   157 #makeTopAbsolute
   158 'Compute pure-absolute y.'
   158 'Compute pure-absolute y.'
   159 
   159 
   160 #makeTopRelative
   160 #makeTopRelative
   161 'Computes pure-fractional y.'
   161 'Compute pure-fractional y.'
   162 
   162 
   163 #makeTopRelativeFromBottom
   163 #makeTopRelativeFromBottom
   164 'Compute fraction+offset for y relative to containers bottom.'
   164 'Compute fraction+offset for y relative to containers bottom.'
   165 
   165 
   166 #originX
   166 #originX
  1638 
  1638 
  1639 #makeBottomAbsolute
  1639 #makeBottomAbsolute
  1640 'Compute pure-absolute y.'
  1640 'Compute pure-absolute y.'
  1641 
  1641 
  1642 #makeBottomRelative
  1642 #makeBottomRelative
  1643 'Computes pure-fractional y.'
  1643 'Compute pure-fractional y.'
  1644 
  1644 
  1645 #makeBottomRelativeFromBottom
  1645 #makeBottomRelativeFromBottom
  1646 'Compute fraction+offset for y relative to container.'
  1646 'Compute fraction+offset for y relative to container.'
  1647 
  1647 
  1648 #makeRightAbsolute
  1648 #makeRightAbsolute
  1649 'Compute pure-absolute x.'
  1649 'Compute pure-absolute x.'
  1650 
  1650 
  1651 #makeRightRelative
  1651 #makeRightRelative
  1652 'Compute pure-fraction x.'
  1652 'Compute pure-fractional x.'
  1653 
  1653 
  1654 #makeRightRelativeFromRight
  1654 #makeRightRelativeFromRight
  1655 'Compute fraction+offset for x relative to containers right.'
  1655 'Compute fraction+offset for x relative to containers right.'
  1656 
  1656 
  1657 #rightAbsolute
  1657 #rightAbsolute