public Table(uint rows, uint columns, bool homogeneous) { Raw = gtk_table_new (0, 0, false); }