903349cd37
* generator/Method.cs : s/GetType/GetGType. Don't generated static methods for interfaces. * glib/Object.cs : add GType prop * gnome/*.custom : s/Type/GType * parser/Gtk.metadata : rule to make TreeIter opaque * parser/gapi2xml.pl : handle interface methods properly * sample/Fifteen.cs : s/Type/GType svn path=/trunk/gtk-sharp/; revision=6556
14 lines
316 B
Text
14 lines
316 B
Text
//
|
|
// 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, GType)
|
|
{
|
|
}
|
|
|