[Gambas-devel-svn] SF.net SVN: gambas:[6816] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-07 02:46:52
|
Revision: 6816 http://sourceforge.net/p/gambas/code/6816 Author: gambas Date: 2015-01-07 02:46:49 +0000 (Wed, 07 Jan 2015) Log Message: ----------- [GB.GUI.BASE] * 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. Modified Paths: -------------- gambas/trunk/app/examples/Drawing/Painting/.project gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |