ClapperGtk.SeekBar¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1)
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class ClapperGtk.SeekBar(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A bar for seeking and displaying playback position.
- classmethod new()¶
- Returns:
a new seek bar
Gtk.Widget.- Return type:
Creates a new
ClapperGtk.SeekBarinstance.
- get_reveal_labels()¶
-
Get whether the position and duration labels are going to be revealed.
- get_seek_method()¶
- Returns:
Clapper.PlayerSeekMethodused for seeking.- Return type:
Get [enum`Clapper`.PlayerSeekMethod] used when seeking with seek bar.
- set_reveal_labels(reveal)¶
- Parameters:
reveal (
bool) – whether to reveal labels
Set whether the position and duration labels should be revealed.
- set_seek_method(method)¶
- Parameters:
method (
Clapper.PlayerSeekMethod) – aClapper.PlayerSeekMethod
Set [enum`Clapper`.PlayerSeekMethod] to use when seeking with seek bar.
Property Details¶
- ClapperGtk.SeekBar.props.reveal_labels¶
- Name:
reveal-labels- Type:
- Default Value:
- Flags:
Reveal state of the position and duration labels.
- ClapperGtk.SeekBar.props.seek_method¶
- Name:
seek-method- Type:
- Default Value:
- Flags:
Method used for seeking.