[Gambas-devel] New non-compatible changes in /trunk
Benoit Minisini
gambas at ...1...
Sat Apr 19 01:47:50 CEST 2008
Hi,
In the revision 1321, I added the following stuff:
The old Window.Border and Window.ToolBox has been removed, and replaced by:
- A boolean Window.Border property that indicates if a window has a border.
- A boolean Window.Resizable property that indicates if a window is resizable.
- A integer window.Type property that indicates the window type to the window
manager: Normal, ToolBar, Splash, Popup, Combo, Panel, Notification, Drag and
Desktop.
For more details, see the freedesktop.org window manager specifications on
their web site:
http://standards.freedesktop.org/wm-spec/wm-spec-1.4.html
And all that stuff will force you to update the forms of your projects! Sorry
for the inconvenience, but it is a development version.
Regards,
--
Benoit Minisini
More information about the Devel
mailing list