mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:45:37 +00:00
e4b4ce171c
svn path=/trunk/gtk-sharp/; revision=5857
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
//
|
|
// 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 (null, null) {
|
|
SetPolicy (PolicyType.Automatic, PolicyType.Automatic);
|
|
} |