|
Public Member Functions |
| virtual | ~Seekbar () |
| HildonSeekbar * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonSeekbar * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | Seekbar () |
| int | get_total_time () const |
| void | set_total_time (int time) |
| | Set total playing time of media in seconds.
|
| int | get_position () const |
| | Get current position in stream in seconds.
|
| void | set_position (int time) |
| | Set current position in stream in seconds.
|
| void | set_fraction (guint fraction) |
| | Set current fraction value of the range.
|
| guint | get_fraction () const |
| | Get current fraction value of the rage.
|
Related Functions |
(Note that these are not member functions.)
|
| Hildon::Seekbar * | wrap (HildonSeekbar *object, bool take_copy=false) |