|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Public Member Functions | |
| def | __init__ |
| def | update_options |
| def | update_current_key |
| def | add_menuitem |
| def | get_menuitems |
| def | clear_popupmenu |
| def | do_item_clicked |
| def | show_popup |
| def | do_delete_thyself |
Definition at line 129 of file coverart_widgets.py.
| def coverart_widgets.OptionsPopupWidget.add_menuitem | ( | self, | |
| label | |||
| ) |
add a new menu item to the popup
Reimplemented in coverart_widgets.MenuButton.
Definition at line 153 of file coverart_widgets.py.
reinitialises/clears the current popup menu and associated actions
Reimplemented in coverart_widgets.MenuButton.
Definition at line 172 of file coverart_widgets.py.
| def coverart_widgets.OptionsPopupWidget.show_popup | ( | self, | |
align = True |
|||
| ) |
show the current popup menu
Definition at line 200 of file coverart_widgets.py.