Added public constructor.
svn path=/trunk/gtk-sharp/; revision=26298
This commit is contained in:
parent
5f4ee87b5c
commit
874780a486
1 changed files with 5 additions and 0 deletions
|
@ -7,8 +7,13 @@
|
|||
//
|
||||
// This code is inserted after the automatically generated code.
|
||||
//
|
||||
|
||||
public CanvasGroup (Gnome.CanvasGroup group) : base (group, GType)
|
||||
{
|
||||
}
|
||||
|
||||
protected CanvasGroup (Gnome.CanvasGroup group, GLib.GType type) : base (group, type)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue