Gtk.grid Gtk.obj ->
object
  val obj : Gtk.grid Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method as_widget : Gtk.widget Gtk.obj
  method attach :
    left:int -> top:int -> ?width:int -> ?height:int -> GObj.widget -> unit
  method baseline_row : int
  method border_width : int
  method children : GObj.widget list
  method coerce : GObj.widget
  method col_homogeneous : bool
  method col_spacings : int
  method connect : GContainer.container_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : GContainer.focus
  method get_oid : int
  method misc : GObj.misc_ops
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method row_homogeneous : bool
  method row_spacings : int
  method set_baseline_row : int -> unit
  method set_border_width : int -> unit
  method set_col_homogeneous : bool -> unit
  method set_col_spacings : int -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_row_homogeneous : bool -> unit
  method set_row_spacings : int -> unit
end