TestWindow.GtkDAbout

Undocumented in source.
class TestWindow
class GtkDAbout : AboutDialog {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From AboutDialog

gtkAboutDialog
GtkAboutDialog* gtkAboutDialog;

the main Gtk struct

getAboutDialogStruct
GtkAboutDialog* getAboutDialogStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
addCreditSection
void addCreditSection(string sectionName, string[] people)

Creates a new section in the "Credits" page.

getArtists
string[] getArtists()

Returns the string which are displayed in the "Artists" tab of the secondary credits dialog.

getAuthors
string[] getAuthors()

Returns the string which are displayed in the authors tab of the secondary credits dialog.

getComments
string getComments()

Returns the comments string.

getCopyright
string getCopyright()

Returns the copyright string.

getDocumenters
string[] getDocumenters()

Returns the string which are displayed in the "Documenters" tab of the secondary credits dialog.

getLicense
string getLicense()

Returns the license information.

getLicenseType
GtkLicense getLicenseType()

Retrieves the license type.

getLogo
PaintableIF getLogo()

Returns the paintable displayed as logo in the about dialog.

getLogoIconName
string getLogoIconName()

Returns the icon name displayed as logo in the about dialog.

getProgramName
string getProgramName()

Returns the program name displayed in the about dialog.

getSystemInformation
string getSystemInformation()

Returns the system information that is shown in the about dialog.

getTranslatorCredits
string getTranslatorCredits()

Returns the translator credits string which is displayed in the translators tab of the secondary credits dialog.

getVersion
string getVersion()

Returns the version string.

getWebsite
string getWebsite()

Returns the website URL.

getWebsiteLabel
string getWebsiteLabel()

Returns the label used for the website link.

getWrapLicense
bool getWrapLicense()

Returns whether the license text in the about dialog is automatically wrapped.

setArtists
void setArtists(string[] artists)

Sets the strings which are displayed in the "Artists" tab of the secondary credits dialog.

setAuthors
void setAuthors(string[] authors)

Sets the strings which are displayed in the "Authors" tab of the secondary credits dialog.

setComments
void setComments(string comments)

Sets the comments string to display in the about dialog.

setCopyright
void setCopyright(string copyright)

Sets the copyright string to display in the about dialog.

setDocumenters
void setDocumenters(string[] documenters)

Sets the strings which are displayed in the "Documenters" tab of the credits dialog.

setLicense
void setLicense(string license)

Sets the license information to be displayed in the secondary license dialog.

setLicenseType
void setLicenseType(GtkLicense licenseType)

Sets the license of the application showing the about dialog from a list of known licenses.

setLogo
void setLogo(PaintableIF logo)

Sets the logo in the about dialog.

setLogoIconName
void setLogoIconName(string iconName)

Sets the icon name to be displayed as logo in the about dialog.

setProgramName
void setProgramName(string name)

Sets the name to display in the about dialog.

setSystemInformation
void setSystemInformation(string systemInformation)

Sets the system information to be displayed in the about dialog.

setTranslatorCredits
void setTranslatorCredits(string translatorCredits)

Sets the translator credits string which is displayed in the translators tab of the secondary credits dialog.

setVersion
void setVersion(string version_)

Sets the version string to display in the about dialog.

setWebsite
void setWebsite(string website)

Sets the URL to use for the website link.

setWebsiteLabel
void setWebsiteLabel(string websiteLabel)

Sets the label to be used for the website link.

setWrapLicense
void setWrapLicense(bool wrapLicense)

Sets whether the license text in the about dialog should be automatically wrapped.

addOnActivateLink
gulong addOnActivateLink(bool delegate(string, AboutDialog) dlg, ConnectFlags connectFlags)

Emitted every time a URL is activated.

Meta