Ryujinx-GtkSharp/gtk/Viewport.custom
Lee Mallabone b68542269f Add a default zero-arg constructor for Gtk.Viewport.
svn path=/trunk/gtk-sharp/; revision=12869
2003-03-27 19:15:04 +00:00

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) {
}