|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Public Member Functions | |
| def | __init__ |
| def | connect_properties |
| def | connect_signals |
| def | on_view_changed |
| def | paned_button_press_callback |
| def | paned_button_release_callback |
| def | select_artist |
| def | change_stack |
Public Attributes | |
| ds | |
| view | |
| source | |
| plugin | |
| shell | |
| info_paned | |
| current_artist | |
| current_album_title | |
| current | |
| stack | |
| info_cache | |
| ranking_cache | |
| gs | |
| tab_cb_ids | |
| paned_pos | |
Static Public Attributes | |
| tuple | paned_pos = GObject.property(type=str) |
| int | min_paned_pos = 100 |
Definition at line 112 of file coverart_artistinfo.py.
Connects the source properties to the saved preferences.
Definition at line 203 of file coverart_artistinfo.py.
| def coverart_artistinfo.ArtistInfoPane.paned_button_release_callback | ( | self, | |
| widget, | |||
| args | |||
| ) |
Callback when the artist paned handle is released from its mouse click.
Definition at line 269 of file coverart_artistinfo.py.