Ryujinx-GtkSharp/gtk/Table.custom

7 lines
130 B
Plaintext
Raw Normal View History

/* FIXME: Uncomment this when the default ctor flag is added to the XML
public Table()
{
Raw = gtk_table_new (0, 0, false);
}
*/