| Top |  |  |  |  | 
| GtkWidget * | gtk_pixmap_new () | 
| void | gtk_pixmap_set () | 
| void | gtk_pixmap_get () | 
| void | gtk_pixmap_set_build_insensitive () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkMisc
                    ╰── GtkPixmap
GtkWidget * gtk_pixmap_new (GdkPixmap *pixmap,GdkBitmap *mask);
gtk_pixmap_new is deprecated and should not be used in newly-written code.
void gtk_pixmap_set (GtkPixmap *pixmap,GdkPixmap *val,GdkBitmap *mask);
gtk_pixmap_set is deprecated and should not be used in newly-written code.
void gtk_pixmap_get (GtkPixmap *pixmap,GdkPixmap **val,GdkBitmap **mask);
gtk_pixmap_get is deprecated and should not be used in newly-written code.
void gtk_pixmap_set_build_insensitive (GtkPixmap *pixmap,gboolean build);
gtk_pixmap_set_build_insensitive is deprecated and should not be used in newly-written code.