Gtk.frame Gtk.obj ->
object
  val obj : Gtk.frame 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 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 label : string option
  method label_widget : GObj.widget option
  method label_xalign : float
  method label_yalign : float
  method misc : GObj.misc_ops
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_border_width : int -> unit
  method set_label : string option -> unit
  method set_label_widget : GObj.widget option -> unit
  method set_label_xalign : float -> unit
  method set_label_yalign : float -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_shadow_type : Gtk.Tags.shadow_type -> unit
  method shadow_type : Gtk.Tags.shadow_type
end