This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Utilities for layout handling. | |
-- | |
-- These are designed to allow layout decisions and queries, without worrying about the | |
-- anchor points of the objects in question. In many cases, positions may be substituted | |
-- for objects, as well. | |
-- | |
-- With respect to this module, a **Number** may be any of the following: | |
-- | |
-- * A number, or a string that @{tonumber} is able to convert. These values are used as is. | |
-- * A string of the form **"AMOUNT%"**, e.g. `"20%"` or `"-4.2%"`, which resolves to the |
NewerOlder