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 set using gtk_about_dialog_set_license_type()

getLogo
Pixbuf getLogo()

Returns the pixbuf 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.

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 @about 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. This should be a short string of one or two lines.

setCopyright
void setCopyright(string copyright)

Sets the copyright string to display in the about dialog. This should be a short string of one or two lines.

setDocumenters
void setDocumenters(string[] documenters)

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

setLicense
void setLicense(string license)

Sets the license information to be displayed in the secondary license dialog. If @license is %NULL, the license button is hidden.

setLicenseType
void setLicenseType(GtkLicense licenseType)

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

setLogo
void setLogo(Pixbuf logo)

Sets the pixbuf to be displayed as logo in the about dialog. If it is %NULL, the default window icon set with gtk_window_set_default_icon() will be used.

setLogoIconName
void setLogoIconName(string iconName)

Sets the pixbuf to be displayed as logo in the about dialog. If it is %NULL, the default window icon set with gtk_window_set_default_icon() will be used.

setProgramName
void setProgramName(string name)

Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name().

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 @about is automatically wrapped.

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

The signal which gets emitted to activate a URI. Applications may connect to it to override the default behaviour, which is to call gtk_show_uri_on_window().

Meta