[Gtk-sharp-list] Viewport tweak
Lee Mallabone
gnome@fonicmonkey.net
25 Mar 2003 22:28:49 +0000
--=-3jwaLloHbhOyzTmV2Kph
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi,
I've attached a custom file for Gtk.Viewport to make a constructor that
represents the "normal" use case.
Ok to commit? Should I be sure to post all code additions/changes to the
list for approval before committing btw?
Lee.
--=-3jwaLloHbhOyzTmV2Kph
Content-Disposition: attachment; filename=Viewport.custom
Content-Type: text/plain; name=Viewport.custom; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
// Customizations for Viewport.
// Author: Lee Mallabone <gnome@fonicmonkey.net>
// Make a default constructor that wraps typical usage.
public Viewport (): this (null, null) {
}
--=-3jwaLloHbhOyzTmV2Kph--