object
  val virtual obj : [> `grid ] Gobject.obj
  method baseline_row : int
  method col_homogeneous : bool
  method col_spacings : int
  method row_homogeneous : bool
  method row_spacings : int
  method set_baseline_row : int -> unit
  method set_col_homogeneous : bool -> unit
  method set_col_spacings : int -> unit
  method set_row_homogeneous : bool -> unit
  method set_row_spacings : int -> unit
end