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