mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:35:34 +00:00
874780a486
svn path=/trunk/gtk-sharp/; revision=26298
20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
//
|
|
// 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.
|
|
//
|
|
|
|
public CanvasGroup (Gnome.CanvasGroup group) : base (group, GType)
|
|
{
|
|
}
|
|
|
|
protected CanvasGroup (Gnome.CanvasGroup group, GLib.GType type) : base (group, type)
|
|
{
|
|
}
|
|
|
|
|