mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:25:34 +00:00
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
|
//
|
||
|
// Gnome.CanvasRE.custom - Gnome CanvasRE class customizations
|
||
|
//
|
||
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
||
|
//
|
||
|
// Copyright (C) 2002 Rachel Hestilow
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
protected CanvasRE (Gnome.CanvasGroup group, int type) : base (group, type)
|
||
|
{
|
||
|
}
|
||
|
|