mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-25 22:06:50 +00:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
public Table()
|
|
{
|
|
Raw = gtk_table_new (0, 0, false);
|
|
}
|