RB.CellRendererRating
Properties
Name |
Type |
Flags |
Short Description |
rating |
float |
r/w |
Rating Value |
Signals
Name |
Short Description |
rated |
Emitted when the user changes the rating. |
Class Details
-
class
RB.
CellRendererRating
(**kwargs)
-
-
classmethod
new
()
-
create a cell renderer that will
display some pixbufs for representing the rating of a song.
It is also able to update the rating.
-
do_rated
(path, rating) virtual
-
Signal Details
-
RB.CellRendererRating.signals.
rated
(cell_renderer_rating, score, path)
Signal Name: | rated
|
Flags: | RUN_LAST
|
Parameters: |
|
Emitted when the user changes the rating.
Property Details
-
RB.CellRendererRating.props.
rating
-
The rating displayed by the renderer, as a floating point value
between 0.0 and 5.0.