Sha256: e0890d56dd10ebe93c07dd99bdb8cffadc04fecad11b3e9f475337bb43ace9f0

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

wax.struct.create("CGSize", "ff", "width", "height")
wax.struct.create("CGPoint", "ff", "x", "y")
wax.struct.create("UIEdgeInsets", "ffff", "top", "left", "bottom", "right")
wax.struct.create("CGRect", "ffff", "x", "y", "width", "height")

wax.struct.create("NSRange", "II", "location", "length")

wax.struct.create("CLLocationCoordinate2D", "dd", "latitude", "longitude")
wax.struct.create("MKCoordinateSpan", "dd", "latitudeDelta", "longitudeDelta")
wax.struct.create("MKCoordinateRegion", "dddd", "latitude", "longitude", "latitudeDelta", "longitudeDelta")
wax.struct.create("CGAffineTransform", "ffffff", "a", "b", "c", "d", "tx", "ty")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/stdlib/structs.lua
candle-0.0.6 lib/candle/generators/lua/wax/lib/stdlib/structs.lua
candle-0.0.4 lib/candle/generators/lua/wax/lib/stdlib/structs.lua
candle-0.0.3 lib/candle/generators/lua/wax/lib/stdlib/structs.lua
candle-0.0.2 lib/candle/generators/lua/wax/lib/stdlib/structs.lua
candle-0.0.1 lib/candle/generators/lua/wax/lib/stdlib/structs.lua