It supports the setting or getting of the length (total time) of the media, the position within it and the fraction (maximum position in a stream/the amount currently downloaded). The position is clamped between zero and the total time, or zero and the fraction in case of a stream.
|
Public Member Functions |
guint | get_fraction () const |
| Get current fraction value of the rage.
|
int | get_position () const |
| Get current position in stream in seconds.
|
int | get_total_time () const |
const HildonSeekbar* | gobj () const |
| Provides access to the underlying C GtkObject.
|
HildonSeekbar* | gobj () |
| Provides access to the underlying C GtkObject.
|
| Seekbar () |
void | set_fraction (guint fraction) |
| Set current fraction value of the range.
|
void | set_position (int time) |
| Set current position in stream in seconds.
|
void | set_total_time (int time) |
| Set total playing time of media in seconds.
|
virtual | ~Seekbar () |
Related Functions |
(Note that these are not member functions.)
|
Hildon::Seekbar* | wrap (HildonSeekbar* object, bool take_copy=false) |