2002-08-06 00:15:18 +00:00
|
|
|
//
|
|
|
|
// Gnome.CanvasGroup.custom - Gnome CanvasGroup class customizations
|
|
|
|
//
|
|
|
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
|
|
|
//
|
|
|
|
// Copyright (C) 2002 Rachel Hestilow
|
|
|
|
//
|
|
|
|
// This code is inserted after the automatically generated code.
|
|
|
|
//
|
2004-04-29 14:14:56 +00:00
|
|
|
|
|
|
|
public CanvasGroup (Gnome.CanvasGroup group) : base (group, GType)
|
|
|
|
{
|
|
|
|
}
|
2002-08-06 00:15:18 +00:00
|
|
|
|
2003-12-15 16:59:25 +00:00
|
|
|
protected CanvasGroup (Gnome.CanvasGroup group, GLib.GType type) : base (group, type)
|
2002-08-06 00:15:18 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2004-04-29 14:14:56 +00:00
|
|
|
|