Ryujinx-GtkSharp/gtk/TargetEntry.custom

16 lines
352 B
Plaintext
Raw Normal View History

// Gtk.Window.custom - Gtk Window class customizations
//
// Author: Ettore Perazzoli <ettore@ximian.com>
//
// (c) 2003 Novell, Inc.
//
// This code is inserted after the automatically generated code.
public TargetEntry (string target, Gtk.TargetFlags flags, uint info)
{
this.Target = target;
this.Flags = flags;
this.Info = info;
}