ClapperGtk.SeekBar¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), 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.SeekBar
instance.
- get_reveal_labels()¶
-
Get whether the position and duration labels are going to be revealed.
- get_seek_method()¶
- Returns:
Clapper.PlayerSeekMethod
used 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.