mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 23:45:27 +00:00
1b64d5eb9f
svn path=/trunk/gtk-sharp/; revision=7025
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
public Table()
|
|
{
|
|
Raw = gtk_table_new (0, 0, false);
|
|
}
|