Ryujinx-GtkSharp/gnome/CanvasRE.custom
Rachel Hestilow ab115875e4 2002-08-05 Rachel Hestilow <hestilow@ximian.com>
* gnome/Canvas*.custom, IconTextItem.custom: Added.

	* sample/CanvasExample.cs: Added.
	* sample/Makefile.in: Build canvas example in gnome build.

svn path=/trunk/gtk-sharp/; revision=6451
2002-08-06 00:15:18 +00:00

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)
{
}