Top | ![]() |
![]() |
![]() |
![]() |
This widget displays a rating (0-5 stars) and allows the user to alter the rating by clicking.
“adjust-rating”
signalvoid user_function (RBRating *rating, double adjust, gpointer user_data)
Action signal used to make a relative adjustment to the rating.
rating |
the RBRating |
|
adjust |
value to add to the rating |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“rated”
signalvoid user_function (RBRating *rating, double score, gpointer user_data)
Emitted when the user changes the rating.
rating |
the RBRating |
|
score |
the new rating |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last