diff --git a/gtk/Frame.custom b/gtk/Frame.custom new file mode 100644 index 000000000..43bc5a88b --- /dev/null +++ b/gtk/Frame.custom @@ -0,0 +1,13 @@ + // + // Gtk.ScrolledWindow.custom - Gtk ScrolledWindow class customizations + // + // Author: Radek Doulik (rodo@ximian.com) + // + // Copyright (C) 2002 Ximian, Inc. + // + // This code is inserted after the automatically generated code. + // + public Frame() + { + Raw = gtk_frame_new (null); + }