Top | ![]() |
![]() |
![]() |
![]() |
This cell renderer is used to display song ratings in the RBEntryView, and allows the user to modify ratings directly in the track listing.
“rating”
property“rating” gdouble
The rating displayed by the renderer, as a floating point value between 0.0 and 5.0.
Flags: Read / Write
Allowed values: [0,5]
Default value: 2.5
“rated”
signalvoid user_function (RBCellRendererRating *renderer, gchar *score, gdouble path, gpointer user_data)
Emitted when the user changes the rating.
renderer |
||
score |
the new rating |
|
path |
string form of the GtkTreePath to the row that was changed |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last