#include <gnome.h> struct GnomeAbout; |
|
A standard way of providing a small about box about your application. You provide the name of your application, version, copyright, a list of authors and some comments about your application. It also allows the programmer to provide a logo to be displayed.
|
Creates a new GNOME About dialog. title, version, copyright, and authors are displayed first, in that order. comments is typically the location for multiple lines of text, if necessary. (Separate with "\n".) logo is the filename of a optional pixmap to be displayed in the dialog, typically a product or company logo of some sort; set to NULL if no logo file is available.
title : | Name of app. |
version : | version number |
copyright : | copyright string |
authors : | NULL terminated list of authors |
comments : | Other comments |
logo : | a logo pixmap file. |
Returns : | &GtkWidget pointer to new dialog |
void gnome_about_construct (GnomeAbout *about, const |
about : | |
title : | |
version : | |
copyright : | |
authors : | |
comments : | |
logo : |