mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:25:37 +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);
|
|
}
|