2002-07-17 15:05:22 +00:00
|
|
|
//
|
|
|
|
// 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.
|
|
|
|
//
|
|
|
|
|
2002-07-17 15:38:03 +00:00
|
|
|
public ScrolledWindow () : this (null, null) {
|
2002-07-17 15:05:22 +00:00
|
|
|
SetPolicy (PolicyType.Automatic, PolicyType.Automatic);
|
|
|
|
}
|