mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:35:31 +00:00
ab115875e4
* 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
15 lines
322 B
Plaintext
15 lines
322 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.
|
|
//
|
|
|
|
protected CanvasGroup (Gnome.CanvasGroup group, int type) : base (group, type)
|
|
{
|
|
}
|
|
|