mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 20:45:41 +00:00
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
|
//
|
||
|
// Gnome.CanvasEllipse.custom - Gnome CanvasEllipse class customizations
|
||
|
//
|
||
|
// Author: Rachel Hestilow <hestilow@ximian.com>
|
||
|
//
|
||
|
// Copyright (C) 2002 Rachel Hestilow
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
public CanvasEllipse (Gnome.CanvasGroup group) : base (group, Type)
|
||
|
{
|
||
|
}
|
||
|
|