// Gtk.Window.custom - Gtk Window class customizations // // Author: Ettore Perazzoli // // (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; }