svn path=/trunk/gtk-sharp/; revision=7025
This commit is contained in:
Miguel de Icaza 2002-08-25 05:51:21 +00:00
parent c1b3d3e98d
commit 1b64d5eb9f

View File

@ -1,4 +1,4 @@
public Table(uint rows, uint columns, bool homogeneous)
public Table()
{
Raw = gtk_table_new (0, 0, false);
}