Ryujinx-GtkSharp/gtk/Label.custom
John Luke 84cc259a94 2003-12-24 John Luke <jluke@cfl.rr.com>
* gtk/Label.custom: add public default constructor
	* gtk/gtk-api.xml:
	* gtk/Gtk.metadata: make gtk_label_new_with_mnemonic the
	preferred constructor, disable protected default ctor

svn path=/trunk/gtk-sharp/; revision=21560
2003-12-31 02:10:08 +00:00

13 lines
197 B
Plaintext

//
// Gtk.Label.custom
//
// This code is inserted after the automatically generated code.
//
// Author: John Luke <jluke@cfl.rr.com>
//
public Label ()
{
Raw = gtk_label_new (null);
}