Class GWindow.about_dialog


class about_dialog : [> Gtk.about_dialog ] Gtk.obj -> object .. end
Since GTK 2.6
GTK documentation: GtkAboutDialog
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
method logo : GdkPixbuf.pixbuf
method logo_icon_name : string
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
method set_logo : 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