13 lines
197 B
Text
13 lines
197 B
Text
|
//
|
||
|
// 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);
|
||
|
}
|