![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
GvaCellRendererPixbuf; GtkCellRenderer* gva_cell_renderer_pixbuf_new (void);
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GtkCellRendererPixbuf +----GvaCellRendererPixbuf
This is a clickable GtkCellRendererPixbuf subclass. It implements the
activate
method to emit a GtkCellRendererPixbuf::clicked signal when
the cell is activated.
GtkCellRenderer* gva_cell_renderer_pixbuf_new (void);
Creates a new GvaCellRendererPixbuf object.
Returns : | a new GvaCellRendererPixbuf |
void user_function (GvaCellRendererPixbuf *renderer, GtkTreePath *tree_path, gpointer user_data) : Run Last
The ::clicked signal is emitted when the cell is activated.
renderer : |
the GvaCellRendererPixbuf that received the signal |
tree_path : |
the GtkTreePath to the row containing the activated pixbuf |
user_data : |
user data set when the signal handler was connected. |