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
|
||||
default constructor
|
||||
use this (null, null)
|
||||
|
||||
* parser/Metadata.pm: addClassData subroutine to add
|
||||
<disabledefaultconstructor/>
|
||||
|
|
|
@ -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);
|
||||
}
|
Loading…
Reference in a new issue