DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkImage

Info Catalog (gtk.info.gz) GtkHSeparator (gtk.info.gz) Widgets (gtk.info.gz) GtkInputDialog
 
 The image widget
 ================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_image_get_type (void)
      Returns the `GtkImage' type identifier.
 
  - Function: GtkWidget* gtk_image_new (GdkImage *VAL, GdkBitmap *MASK)
      Create a new `GtkImage' object initializing it with the values in
      VAL and MASK. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_image_set (GtkImage *IMAGE, GdkImage *VAL,
           GdkBitmap *MASK)
 
  - Function: void gtk_image_get (GtkImage *IMAGE, GdkImage **VAL,
           GdkBitmap **MASK)
 
  - Function: GtkImage* GTK_IMAGE (gpointer OBJ)
      Cast a generic pointer to `GtkImage*'.  Standard Macros, for
      more info.
 
  - Function: GtkImageClass* GTK_IMAGE_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkImageClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_IMAGE (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkImage' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkHSeparator (gtk.info.gz) Widgets (gtk.info.gz) GtkInputDialog
automatically generated byinfo2html