use this (null, null)
svn path=/trunk/gtk-sharp/; revision=5857
This commit is contained in:
parent
aa56559530
commit
e4b4ce171c
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* gtk/ScrolledWindow.custom: new file with ScrolledWindow custom
|
* gtk/ScrolledWindow.custom: new file with ScrolledWindow custom
|
||||||
default constructor
|
default constructor
|
||||||
|
use this (null, null)
|
||||||
|
|
||||||
* parser/Metadata.pm: addClassData subroutine to add
|
* parser/Metadata.pm: addClassData subroutine to add
|
||||||
<disabledefaultconstructor/>
|
<disabledefaultconstructor/>
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
// This code is inserted after the automatically generated code.
|
// 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);
|
SetPolicy (PolicyType.Automatic, PolicyType.Automatic);
|
||||||
}
|
}
|
Loading…
Reference in a new issue