gambas-source-code/main/lib/geom
gambas c0345b99ab Raise an error if point or rectangle constructor take an incorrect number of arguments.
[GB.GEOM]
* BUG: Raise an error if the rectangle constructor does not take zero or four arguments.
* BUG: Raise an error if the point constructor does not take zero or two arguments.
2021-11-02 12:20:07 +01:00
..
cpoint.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
cpoint.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
cpoint_temp.h Raise an error if point or rectangle constructor take an incorrect number of arguments. 2021-11-02 12:20:07 +01:00
crect.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
crect.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
crect_temp.h Raise an error if point or rectangle constructor take an incorrect number of arguments. 2021-11-02 12:20:07 +01:00
gb.geom.h Disable some compiler warnings and remove unnecessary PACKED directives. 2019-11-15 23:53:25 +01:00
main.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
main.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
Makefile.am [GB.DRAW] 2013-05-04 17:23:17 +00:00