RB.CellRendererPixbuf¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.CellRendererPixbuf (1), Gtk.CellRenderer (25), GObject.Object (37)
- Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
  | 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Name  | 
Short Description  | 
|---|---|
Emitted when the user clicks on the pixbuf cell.  | 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class RB.CellRendererPixbuf(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
This is similar to
Gtk.CellRendererPixbuf, except that it also emits a signal when the pixbuf is clicked on, and it can only use pixbuf objects.- classmethod new()¶
 - Returns:
 the new cell renderer
- Return type:
 
Creates a new
RB.CellRendererPixbuf.
- do_pixbuf_clicked(path) virtual¶
 - Parameters:
 path (
Gtk.TreePath) –
Signal Details¶
- RB.CellRendererPixbuf.signals.pixbuf_clicked(cell_renderer_pixbuf, path)¶
 - Signal Name:
 pixbuf-clicked- Flags:
 - Parameters:
 cell_renderer_pixbuf (
RB.CellRendererPixbuf) – The object which received the signalpath (
str) – theGtk.TreePathto the row that was clicked
Emitted when the user clicks on the pixbuf cell.