GnomeAbout

Name

GnomeAbout -- 

Synopsis



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

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----GnomeAbout

Properties


  "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

Description

Details

struct GnomeAboutPrivate

struct GnomeAboutPrivate;


gnome_about_new ()

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

Properties

"name" (gchararray : Read / Write)

The name of the program

"version" (gchararray : Read / Write)

The version of the program

"copyright" (gchararray : Read / Write)

Copyright information for the program

"comments" (gchararray : Read / Write)

Comments about the program

"authors" (GValueArray : Write)

List of authors of the programs

"documenters" (GValueArray : Write)

List of people documenting the program

"translator-credits" (gchararray : Read / Write)

Credits to the translators. This string should be marked as translatable

"logo" (GdkPixbuf : Write)

A logo for the about box