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:
- 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.TreePath
to the row that was clicked
Emitted when the user clicks on the pixbuf cell.