b68542269f
svn path=/trunk/gtk-sharp/; revision=12869
6 lines
186 B
Text
6 lines
186 B
Text
// Customizations for Viewport.
|
|
// Author: Lee Mallabone <gnome@fonicmonkey.net>
|
|
|
|
// Make a default constructor that wraps typical usage.
|
|
public Viewport (): this (null, null) {
|
|
}
|