Synopsis
#include <libgnomeui/gnome-hint.h>
            GnomeHint;
GtkWidget*  gnome_hint_new                  (const gchar *hintfile,
                                             const gchar *title,
                                             const gchar *background_image,
                                             const gchar *logo_image,
                                             const gchar *startupkey);
 
Object Hierarchy
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----GnomeHint
 
Implemented Interfaces
GnomeHint implements
 AtkImplementorIface.
 
Details
GnomeHint
typedef struct _GnomeHint GnomeHint;
 
gnome_hint_new ()
GtkWidget*  gnome_hint_new                  (const gchar *hintfile,
                                             const gchar *title,
                                             const gchar *background_image,
                                             const gchar *logo_image,
                                             const gchar *startupkey);
| hintfile: |  | 
| title: |  | 
| background_image: |  | 
| logo_image: |  | 
| startupkey: |  | 
| Returns : |  |