use this (null, null)

svn path=/trunk/gtk-sharp/; revision=5857
This commit is contained in:
Radek Doulik 2002-07-17 15:38:03 +00:00
parent aa56559530
commit e4b4ce171c
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* gtk/ScrolledWindow.custom: new file with ScrolledWindow custom
default constructor
use this (null, null)
* parser/Metadata.pm: addClassData subroutine to add
<disabledefaultconstructor/>

View File

@ -8,6 +8,6 @@
// This code is inserted after the automatically generated code.
//
public ScrolledWindow () : this (new Adjustment (IntPtr.Zero), new Adjustment (IntPtr.Zero)) {
public ScrolledWindow () : this (null, null) {
SetPolicy (PolicyType.Automatic, PolicyType.Automatic);
}