Gtk.alignment Gtk.obj ->
object
  val obj : Gtk.alignment Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method bottom_padding : int
  method child : GObj.widget
  method children : GObj.widget list
  method coerce : GObj.widget
  method connect : GContainer.container_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : GContainer.focus
  method get_oid : int
  method left_padding : int
  method misc : GObj.misc_ops
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method right_padding : int
  method set_border_width : int -> unit
  method set_bottom_padding : int -> unit
  method set_left_padding : int -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_right_padding : int -> unit
  method set_top_padding : int -> unit
  method set_xalign : Gtk.clampf -> unit
  method set_xscale : Gtk.clampf -> unit
  method set_yalign : Gtk.clampf -> unit
  method set_yscale : Gtk.clampf -> unit
  method top_padding : int
  method xalign : Gtk.clampf
  method xscale : Gtk.clampf
  method yalign : Gtk.clampf
  method yscale : Gtk.clampf
end