589dacb39d
* NEW: Border: The Paint and Clip methods now take neighbourg borders as optional arguments. When a neighbourg is specified, their opposite margins are collapsed. * NEW: GridView.Collapse is a new property to tell if custom border margins will be collapsed. * NEW: GridView.Rows[].Border is a new property to define the border of an entire row. * NEW: GridView.Rows.Border is a new property to define the default row border. git-svn-id: svn://localhost/gambas/trunk@6816 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
402 B
XML
16 lines
402 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.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"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
Vendor=Example
|
|
Packager=1
|