[Gambas-user] gambas 0.83
Benoit Minisini
gambas at ...1...
Sun Feb 8 11:53:33 CET 2004
Hi,
Well, I'm in a hurry, so here is gambas 0.83:
* The Picture class has been splitted. Now you must deal with Picture, Image
and Drawing.
* The old Image control has been renamed as PictureBox.
* The Draw class has becomed more cleaner, and now knows how to draw on
transparent pictures.
* There are many little changes in the IDE interface too.
* All interpreter and compiler source files has been renamed to avoid clash
with system headers.
Well, the Picture class rewrite is a big change, so your program may need to
be rewritten.
NOW BEFORE
--- ------
Picture Picture with Type = Pixmap
Image Picture with Type = Image
Drawing Picture with Type = Vector
You have a property that convert from Picture to Image (named Image) and from
Image to Picture (named Picture).
Enjoy it,
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list