mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:55:35 +00:00
b68542269f
svn path=/trunk/gtk-sharp/; revision=12869
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
// Customizations for Viewport.
|
|
// Author: Lee Mallabone <gnome@fonicmonkey.net>
|
|
|
|
// Make a default constructor that wraps typical usage.
|
|
public Viewport (): this (null, null) {
|
|
}
|