mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:55:38 +00:00
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);
|
||
|
}
|