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.
|
|
|
|
//
|
|
|
|
|
2002-12-25 00:36:00 +00:00
|
|
|
protected CanvasGroup (Gnome.CanvasGroup group, uint type) : base (group, type)
|
2002-08-06 00:15:18 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|