| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
  
 Public Member Functions | |
| def | __init__ | 
| def | popup_deactivate | 
| def | add_menuitem | 
| def | clear_popupmenu | 
| def | update_options | 
| def | update_image | 
| def | update_current_key | 
| def | do_button_press_event | 
Definition at line 360 of file coverart_widgets.py.
| def coverart_widgets.MenuButton.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) | 
Initializes the button.
Reimplemented from coverart_widgets.OptionsPopupWidget.
Definition at line 368 of file coverart_widgets.py.
| def coverart_widgets.MenuButton.add_menuitem | ( | self, | |
| key | |||
| ) | 
add a new menu item to the popup
Reimplemented from coverart_widgets.OptionsPopupWidget.
Definition at line 382 of file coverart_widgets.py.
| def coverart_widgets.MenuButton.clear_popupmenu | ( | self | ) | 
reinitialises/clears the current popup menu and associated actions
Reimplemented from coverart_widgets.OptionsPopupWidget.
Definition at line 404 of file coverart_widgets.py.
| def coverart_widgets.MenuButton.do_button_press_event | ( | self, | |
| event | |||
| ) | 
when button is clicked, update the popup with the sorting options before displaying the popup
Definition at line 443 of file coverart_widgets.py.