object
  val virtual obj : [> `table ] Gobject.obj
  method col_spacings : int
  method columns : int
  method homogeneous : bool
  method row_spacings : int
  method rows : int
  method set_col_spacings : int -> unit
  method set_columns : int -> unit
  method set_homogeneous : bool -> unit
  method set_row_spacings : int -> unit
  method set_rows : int -> unit
end