Lua:Neutrino-API:EnvironmentVariables:RoundedCorners:de
Version vom 17. April 2014, 11:16 Uhr von Micha-bbg (Diskussion | Beiträge) (1 Version: Import Doku für Lua Neutrino API)
Runde Ecken
Example:
local rund = CORNER['RADIUS_SMALL']oder local rund = CORNER.RADIUS_SMALL |
| Neutrino Constant | Lua Umgebungsvariable (CORNER['Var'] oder CORNER.Var) |
| CORNER_TOP_LEFT | TOP_LEFT |
| CORNER_TOP_RIGHT | TOP_RIGHT |
| CORNER_BOTTOM_LEFT | BOTTOM_LEFT |
| CORNER_BOTTOM_RIGHT | BOTTOM_RIGHT |
| RADIUS_LARGE | RADIUS_LARGE |
| RADIUS_MID | RADIUS_MID |
| RADIUS_SMALL | RADIUS_SMALL |
| RADIUS_MIN | RADIUS_MIN |