15 lines
312 B
Text
15 lines
312 B
Text
|
//
|
||
|
// Gnome.CanvasWidget.custom - Gnome CanvasWidget class customizations
|
||
|
//
|
||
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
||
|
//
|
||
|
// Copyright (C) 2002 Rachel Hestilow
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
public CanvasWidget (Gnome.CanvasGroup group) : base (group, Type)
|
||
|
{
|
||
|
}
|
||
|
|