RB.CellRendererRating¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
Rating Value |
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
Emitted when the user changes the rating. |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class RB.CellRendererRating(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This cell renderer is used to display song ratings in the
RB.EntryView, and allows the user to modify ratings directly in the track listing.- classmethod new()¶
- Returns:
the new cell renderer
- Return type:
create a cell renderer that will display some pixbufs for representing the rating of a song. It is also able to update the rating.
Signal Details¶
- RB.CellRendererRating.signals.rated(cell_renderer_rating, score, path)¶
- Signal Name:
rated- Flags:
- Parameters:
cell_renderer_rating (
RB.CellRendererRating) – The object which received the signalscore (
str) – the new ratingpath (
float) – string form of theGtk.TreePathto the row that was changed
Emitted when the user changes the rating.