gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

AboutDialog Description

Details

Constructor Details

AboutDialog ()
    public                              AboutDialog               (  ) ;		

Field Details

Signal Details

Property Details

artists
    public    weak string[]             artists                   { get; set; } ;		

authors
    public    weak string[]             authors                   { get; set; } ;		

comments
    public    weak string               comments                  { get; set; } ;		

copyright
    public    weak string               copyright                 { get; set; } ;		

documenters
    public    weak string[]             documenters               { get; set; } ;		

license
    public    weak string               license                   { get; set; } ;		

logo
    public    weak Gdk.Pixbuf           logo                      { get; set; } ;		

logo_icon_name
    public    weak string               logo_icon_name            { get; set; } ;		

program_name
    public    weak string               program_name              { get; set; } ;		

translator_credits
    public    weak string               translator_credits        { get; set; } ;		

version
    public    weak string               version                   { get; set; } ;		

website
    public    weak string               website                   { get; set; } ;		

website_label
    public    weak string               website_label             { get; set; } ;		

wrap_license
    public    weak bool                 wrap_license              { get; set; } ;		

Method Details

get_artists ()
    public    weak string               get_artists               (  ) ;		

get_authors ()
    public    weak string               get_authors               (  ) ;		

get_comments ()
    public    weak string               get_comments              (  ) ;		

get_copyright ()
    public    weak string               get_copyright             (  ) ;		

get_documenters ()
    public    weak string               get_documenters           (  ) ;		

get_license ()
    public    weak string               get_license               (  ) ;		

get_logo ()
    public    weak Gdk.Pixbuf           get_logo                  (  ) ;		

get_logo_icon_name ()
    public    weak string               get_logo_icon_name        (  ) ;		

get_program_name ()
    public    weak string               get_program_name          (  ) ;		

get_translator_credits ()
    public    weak string               get_translator_credits    (  ) ;		

get_version ()
    public    weak string               get_version               (  ) ;		

get_website ()
    public    weak string               get_website               (  ) ;		

get_website_label ()
    public    weak string               get_website_label         (  ) ;		

get_wrap_license ()
    public    bool                      get_wrap_license          (  ) ;		

set_artists ()
    public    void                      set_artists               ( string[]            artists ) ;		

set_authors ()
    public    void                      set_authors               ( string[]            authors ) ;		

set_comments ()
    public    void                      set_comments              ( string              comments ) ;		

set_copyright ()
    public    void                      set_copyright             ( string              copyright ) ;		

set_documenters ()
    public    void                      set_documenters           ( string[]            documenters ) ;		

set_email_hook ()
    public    static void               set_email_hook            ( AboutDialogActivateLinkFunc func,
                                                                    GLib.DestroyNotify? destroy ) ;		

set_license ()
    public    void                      set_license               ( string              license ) ;		

set_logo ()
    public    void                      set_logo                  ( Gdk.Pixbuf          logo ) ;		

set_logo_icon_name ()
    public    void                      set_logo_icon_name        ( string              icon_name ) ;		

set_program_name ()
    public    void                      set_program_name          ( string              name ) ;		

set_translator_credits ()
    public    void                      set_translator_credits    ( string              translator_credits ) ;		

set_url_hook ()
    public    static void               set_url_hook              ( AboutDialogActivateLinkFunc func,
                                                                    GLib.DestroyNotify? destroy ) ;		

set_version ()
    public    void                      set_version               ( string              version ) ;		

set_website ()
    public    void                      set_website               ( string              website ) ;		

set_website_label ()
    public    void                      set_website_label         ( string              website_label ) ;		

set_wrap_license ()
    public    void                      set_wrap_license          ( bool                wrap_license ) ;		


Created by Valadoc