7 lines
186 B
Text
7 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) {
|
||
|
}
|