public class AboutDialog : Dialog, Implementor, Buildable {
public weak string[] artists { get; set; } ;
public weak string[] authors { get; set; } ;
public weak string comments { get; set; } ;
public weak string copyright { get; set; } ;
public weak string[] documenters { get; set; } ;
public weak string license { get; set; } ;
public weak Gdk.Pixbuf logo { get; set; } ;
public weak string logo_icon_name { get; set; } ;
public weak string program_name { get; set; } ;
public weak string translator_credits { get; set; } ;
public weak string version { get; set; } ;
public weak string website { get; set; } ;
public weak string website_label { get; set; } ;
public weak bool wrap_license { get; set; } ;
public AboutDialog ( ) ;
public weak string get_artists ( ) ;
public weak string get_authors ( ) ;
public weak string get_comments ( ) ;
public weak string get_copyright ( ) ;
public weak string get_documenters ( ) ;
public weak string get_license ( ) ;
public weak Gdk.Pixbuf get_logo ( ) ;
public weak string get_logo_icon_name ( ) ;
public weak string get_program_name ( ) ;
public weak string get_translator_credits ( ) ;
public weak string get_version ( ) ;
public weak string get_website ( ) ;
public weak string get_website_label ( ) ;
public bool get_wrap_license ( ) ;
public void set_artists ( string[] artists ) ;
public void set_authors ( string[] authors ) ;
public void set_comments ( string comments ) ;
public void set_copyright ( string copyright ) ;
public void set_documenters ( string[] documenters ) ;
public static void set_email_hook ( AboutDialogActivateLinkFunc func,
GLib.DestroyNotify? destroy ) ;
public void set_license ( string license ) ;
public void set_logo ( Gdk.Pixbuf logo ) ;
public void set_logo_icon_name ( string icon_name ) ;
public void set_program_name ( string name ) ;
public void set_translator_credits ( string translator_credits ) ;
public static void set_url_hook ( AboutDialogActivateLinkFunc func,
GLib.DestroyNotify? destroy ) ;
public void set_version ( string version ) ;
public void set_website ( string website ) ;
public void set_website_label ( string website_label ) ;
public void set_wrap_license ( bool wrap_license ) ;
}

public AboutDialog ( ) ;
public weak string[] artists { get; set; } ;
public weak string[] authors { get; set; } ;
public weak string comments { get; set; } ;
public weak string copyright { get; set; } ;
public weak string[] documenters { get; set; } ;
public weak string license { get; set; } ;
public weak Gdk.Pixbuf logo { get; set; } ;
public weak string logo_icon_name { get; set; } ;
public weak string program_name { get; set; } ;
public weak string translator_credits { get; set; } ;
public weak string version { get; set; } ;
public weak string website { get; set; } ;
public weak string website_label { get; set; } ;
public weak bool wrap_license { get; set; } ;
public weak string get_artists ( ) ;
public weak string get_authors ( ) ;
public weak string get_comments ( ) ;
public weak string get_copyright ( ) ;
public weak string get_documenters ( ) ;
public weak string get_license ( ) ;
public weak Gdk.Pixbuf get_logo ( ) ;
public weak string get_logo_icon_name ( ) ;
public weak string get_program_name ( ) ;
public weak string get_translator_credits ( ) ;
public weak string get_version ( ) ;
public weak string get_website ( ) ;
public weak string get_website_label ( ) ;
public bool get_wrap_license ( ) ;
public void set_artists ( string[] artists ) ;
public void set_authors ( string[] authors ) ;
public void set_comments ( string comments ) ;
public void set_copyright ( string copyright ) ;
public void set_documenters ( string[] documenters ) ;
public static void set_email_hook ( AboutDialogActivateLinkFunc func,
GLib.DestroyNotify? destroy ) ;
public void set_license ( string license ) ;
public void set_logo ( Gdk.Pixbuf logo ) ;
public void set_logo_icon_name ( string icon_name ) ;
public void set_program_name ( string name ) ;
public void set_translator_credits ( string translator_credits ) ;
public static void set_url_hook ( AboutDialogActivateLinkFunc func,
GLib.DestroyNotify? destroy ) ;
public void set_version ( string version ) ;
public void set_website ( string website ) ;
public void set_website_label ( string website_label ) ;
public void set_wrap_license ( bool wrap_license ) ;
Created by Valadoc