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)

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