GNOME UI Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GnomeAboutPrivate; GtkWidget* gnome_about_new (const gchar *name, const gchar *version, const gchar *copyright, const gchar *comments, const gchar **authors, const gchar **documenters, const gchar *translator_credits, GdkPixbuf *logo_pixbuf); |
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GnomeAbout |
"name" gchararray : Read / Write "version" gchararray : Read / Write "copyright" gchararray : Read / Write "comments" gchararray : Read / Write "authors" GValueArray : Write "documenters" GValueArray : Write "translator-credits" gchararray : Read / Write "logo" GdkPixbuf : Write |
The name of the program
The version of the program
Copyright information for the program
Comments about the program
List of authors of the programs
List of people documenting the program
Credits to the translators. This string should be marked as translatable
A logo for the about box