object
  val virtual obj : [> `aboutdialog ] Gobject.obj
  method comments : string
  method copyright : string
  method license : string
  method logo : GdkPixbuf.pixbuf
  method logo_icon_name : string
  method set_comments : string -> unit
  method set_copyright : string -> unit
  method set_license : string -> unit
  method set_logo : GdkPixbuf.pixbuf -> unit
  method set_logo_icon_name : string -> unit
  method set_translator_credits : string -> unit
  method set_version : string -> unit
  method set_website : string -> unit
  method set_website_label : string -> unit
  method set_wrap_license : bool -> unit
  method translator_credits : string
  method version : string
  method website : string
  method website_label : string
  method wrap_license : bool
end