// // Gtk.ScrolledWindow.custom - Gtk ScrolledWindow class customizations // // Author: Radek Doulik (rodo@ximian.com) // // Copyright (C) 2002 Ximian, Inc. // // This code is inserted after the automatically generated code. // public ScrolledWindow () : this (new Adjustment (IntPtr.Zero), new Adjustment (IntPtr.Zero)) { SetPolicy (PolicyType.Automatic, PolicyType.Automatic); }