GtkSharp/gnome
Duncan Mak 4d5ffe430c * sources/Gnome.metadata:
(CanvasItem.SetValist):
(CanvasItem.Construct): Hidden, because we don't support va_list
params.
	(CanvasItem): Hid the constructor, as each subclass has their own
contsructor and we don't support va_list params.
	(CanvasItem.W2i):
(CanvasItem.I2w): Marked parameters as ref, so they can be used as
in/out parameters.
	(Canvas.GetMiterPoints):
(Canvas.GetColor): Fixed return type to be 'bool' instead of 'int'.
	(CanvasClipgroup.Wind): Fixed property type. It should be an
Art.WindRule enum, not a UInt.
	(Canvas.W2cAffine):
(CanvasItem.AffineAbsolute):
(CanvasItem.AffineRelative):
(CanvasItem.I2wAffine):
(CanvasItem.I2cAffine): Hidden, use the impl. in the custom file
instead.
	* gnome/Canvas.custom: Added for W2cAffine.
* gnome/CanvasItem.custom: Reformatted. Added AffineRelative,
AffineAbsolute, I2wAffine, I2cAffine. These are needed because of
the 'const double affine[6]' parameter.

svn path=/trunk/gtk-sharp/; revision=16876
2003-07-30 06:36:18 +00:00
..
.cvsignore
Canvas.custom * sources/Gnome.metadata: 2003-07-30 06:36:18 +00:00
CanvasBpath.custom
CanvasClipgroup.custom
CanvasEllipse.custom
CanvasGroup.custom 2002-12-24 Mike Kestner <mkestner@speakeasy.net> 2002-12-25 00:36:00 +00:00
CanvasItem.custom * sources/Gnome.metadata: 2003-07-30 06:36:18 +00:00
CanvasLine.custom
CanvasPixbuf.custom
CanvasPoints.custom
CanvasPolygon.custom
CanvasProxy.cs 2003-05-07 Mike Kestner <mkestner@speakeasy.net> 2003-05-08 04:44:13 +00:00
CanvasRE.custom 2002-12-24 Mike Kestner <mkestner@speakeasy.net> 2002-12-25 00:36:00 +00:00
CanvasRect.custom
CanvasRichText.custom
CanvasShape.custom 2002-12-24 Mike Kestner <mkestner@speakeasy.net> 2002-12-25 00:36:00 +00:00
CanvasText.custom
CanvasWidget.custom
GtkSharp.BoundsHandler.cs
GtkSharp.DrawHandler.cs
GtkSharp.PointHandler.cs
GtkSharp.RenderHandler.cs
GtkSharp.UpdateHandler.cs
IconTextItem.custom
Makefile.in * art/Makefile.in: 2003-07-27 06:48:40 +00:00
makefile.win32
Modules.cs
Program.custom
voidObjectAffineSVPintSignal.cs * gnome/voidObjectAffineSVPintSignal.cs: 2003-02-12 01:44:35 +00:00