| Top |  |  |  |  | 
| RBCellRendererPixbufRBCellRendererPixbuf — GtkCellRenderer for displaying pixbufs in tree views | 
GObject ╰── GInitiallyUnowned ╰── GtkCellRenderer ╰── GtkCellRendererPixbuf ╰── RBCellRendererPixbuf
This is similar to GtkCellRendererPixbuf, except that it also emits a signal when the pixbuf is clicked on, and it can only use pixbuf objects.
GtkCellRenderer *
rb_cell_renderer_pixbuf_new (void);
Creates a new RBCellRendererPixbuf.
“pixbuf-clicked” signalvoid user_function (RBCellRendererPixbuf *renderer, gchar *path, gpointer user_data)
Emitted when the user clicks on the pixbuf cell.
| renderer | ||
| path | the GtkTreePath to the row that was clicked | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run First