gambas-source-code/app/examples/Drawing/Painting/.project
Benoît Minisini b55f5f427f [DEVELOPMENT ENVIRONMENT]
* NEW: The string constants are now quoted in *.info files. Take that into 
  account.
* BUG: Disable code that uses the old Editor procedure floding feature.
* NEW: Make the option dialog smaller.

[WIKI CGI SCRIPT]
* NEW: The string constants are now quoted in *.info files. Take that into 
  account.
  
[COMPILER]
* BUG: The string constants are now quoted in *.info files.

[GB.FORM.MDI]
* BUG: Workspace: Disable some unused code.

[GB.QT4]
* OPT: Minimize X11 window properties changes.

[GB.QT5]
* BUG: Window SKipTaskbar, Stacking, Border... properties (all that rely on 
  Xlib calls) now work correctly.
* OPT: Minimize X11 window properties changes.


git-svn-id: svn://localhost/gambas/trunk@7092 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-21 15:39:20 +00:00

17 lines
430 B
XML

# Gambas Project File 3.0
# Compiled with Gambas 3.7.90
Title=Anti-Aliased Drawing
Startup=FMain
Icon=icon.png
Version=1.0.0
Component=gb.image
Component=gb.gui
Component=gb.form
Description="Anti-aliased drawing with the Paint class.\n\nThis example shows the different methods of the Paint class."
Authors="Fabien Bodard\nBenoît Minisini"
Environment="GB_GUI=gb.qt4"
TabSize=2
Translate=1
Language=en
Vendor=Example
Packager=1