?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) ->
?show:bool ->
unit ->
object
  val obj : Gtk.widget Gtk.obj
  method as_widget : Gtk.widget Gtk.obj
  method background : GDraw.color
  method coerce : GObj.widget
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method get_oid : int
  method misc : GObj.misc_ops
  method pic : Mlpost.Picture.t
  method set_auto_aspect : Mlpost_lablgtk.auto_aspect -> unit
  method set_background : GDraw.color -> unit
  method set_pic : Mlpost.Picture.t -> unit
  method set_show_corner : bool -> unit
  method size : int * int
end