* dia/CanvasBox.custom: Redundant code in ctor removed.
* dia/CanvasImage.custom: Ditto * dia/CanvasLine.custom: Ditto * dia/CanvasText.custom: Ditto svn path=/trunk/diacanvas-sharp/; revision=23105
This commit is contained in:
Родитель
ff47ce4029
Коммит
28a48efc2f
|
@ -1,3 +1,10 @@
|
|||
2004-02-15 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* dia/CanvasBox.custom: Redundant code in ctor removed.
|
||||
* dia/CanvasImage.custom: Ditto
|
||||
* dia/CanvasLine.custom: Ditto
|
||||
* dia/CanvasText.custom: Ditto
|
||||
|
||||
2004-02-08 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* dia/DiaCanvas.cs: Added, this is the module class for for
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
|
||||
public CanvasBox() : base (CanvasBox.GType) {}
|
||||
public CanvasBox() : base (GType) {}
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
|
||||
public CanvasImage (Gdk.Pixbuf pixbuf) : base (CanvasImage.GType)
|
||||
public CanvasImage (Gdk.Pixbuf pixbuf) : base (GType)
|
||||
{
|
||||
Image = pixbuf;
|
||||
Width = pixbuf.Width;
|
||||
Height = pixbuf.Height;
|
||||
}
|
||||
|
||||
public CanvasImage() : base (CanvasImage.GType) {}
|
||||
public CanvasImage() : base (GType) {}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
|
||||
public CanvasLine() : base (CanvasLine.GType) {}
|
||||
public CanvasLine() : base (GType) {}
|
||||
|
||||
[DllImport("diacanvassharpglue")]
|
||||
extern static void diasharp_canvas_line_set_dash_style_property (IntPtr line,
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
|
||||
public CanvasText() : base (CanvasText.GType) {}
|
||||
public CanvasText() : base (GType) {}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче