GtkCellRendererPixbuf

Name

GtkCellRendererPixbuf -- 

Synopsis


#include <gtk/gtk.h>


struct      GtkCellRendererPixbuf;
GtkCellRenderer* gtk_cell_renderer_pixbuf_new
                                            (void);

Description

Details

struct GtkCellRendererPixbuf

struct GtkCellRendererPixbuf
{
  GtkCellRenderer parent;

  GdkPixbuf *pixbuf;
};


gtk_cell_renderer_pixbuf_new ()

GtkCellRenderer* gtk_cell_renderer_pixbuf_new
                                            (void);

Returns :