mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 04:15:36 +00:00
84cc259a94
* 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
13 lines
197 B
Plaintext
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);
|
|
}
|