package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

@gtkdoc gtk GtkAboutDialog

  • since GTK 2.6
val obj : 'a Gtk.obj
method connect : Buttons.about dialog_signals
method artists : string list
method authors : string list
method comments : string
method documenters : string list
method license : string
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

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

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_documenters : string list -> unit
method set_license : string -> 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