1
0
Fork 0
fgdata/Nasal/canvas/api
James Turner df43cb2554 Canvas: make setVisible chainable
Change Element.setVisible to return self, so it can be chain
called like most other setters. Note this also requires some C++
changes in FlightGear.
2023-01-04 15:32:26 +00:00
..
canvas.nas move "hidden" constructor from api.nas to api/canvas.nas; add destructor support 2020-04-30 08:59:25 +01:00
colors.nas move colors from draw.nas to api/colors.nas 2020-07-06 10:09:26 +01:00
element.nas Canvas: make setVisible chainable 2023-01-04 15:32:26 +00:00
group.nas replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00
helpers.nas replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00
image.nas replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00
map.nas improve code readability 2020-04-30 08:59:25 +01:00
path.nas replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00
svgcanvas.nas Add ‘del’ method to SVGCanvas 2020-08-02 11:06:19 +01:00
svgcanvas.nut extract base class SVGCanvas from EFIS framework to canvas/api/svgcanvas.nas 2020-07-06 10:09:33 +01:00
text.nas make font_mapper more configurable 2020-05-05 13:52:00 +01:00
transform.nas replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00