Class GWindow.about_dialog

class about_dialog : [> Gtk.about_dialog ] Gtk.obj -> object .. end

Inherits
val obj : ([> Gtk.about_dialog ] as 'a) Gtk.obj
method connect : Buttons.about dialog_signals
method artists : string list
method authors : string list
method comments : string
method copyright : string
method documenters : string list
method license : string
 : GdkPixbuf.pixbuf
method logo_icon_name : string

The property name is left unchanged, but it will access program-name if version is higher than 2.12

method name : string
method translator_credits : string
method version : string
method website : string
method website_label : string
method wrap_license : bool
method set_artists : string list -> unit
method set_authors : string list -> unit
method set_comments : string -> unit
method set_copyright : string -> unit
method set_documenters : string list -> unit
method set_license : string -> unit
 : GdkPixbuf.pixbuf -> unit
method set_logo_icon_name : string -> unit
method set_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