GtkCellRendererTextPixbuf

Name

GtkCellRendererTextPixbuf -- 

Synopsis


#include <gtk/gtk.h>


struct      GtkCellRendererTextPixbuf;
GtkCellRenderer* gtk_cell_renderer_text_pixbuf_new
                                            (void);

Description

Details

struct GtkCellRendererTextPixbuf

struct GtkCellRendererTextPixbuf
{
  GtkCellRendererText parent;

  /*< private >*/
  GtkCellRendererPixbuf *pixbuf;
  GtkPositionType pixbuf_pos;
};


gtk_cell_renderer_text_pixbuf_new ()

GtkCellRenderer* gtk_cell_renderer_text_pixbuf_new
                                            (void);

Returns :