| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
Public Member Functions | |
| def | __init__ | 
| def | do_button_press_event | 
| def | do_button_release_event | 
| def | do_remove | 
| def | do_add | 
| def | do_add1 | 
| def | do_pack1 | 
| def | do_add2 | 
| def | do_pack2 | 
| def | expand | 
| def | get_expansion_status | 
Public Attributes | |
| collapsible2 | |
| collapsible1 | |
| collapsible_y | |
Static Public Attributes | |
| tuple | collapsible1 = GObject.property(type=bool, default=False) | 
| tuple | collapsible2 = GObject.property(type=bool, default=False) | 
| tuple | Paned = enum(DEFAULT=1, EXPAND=2, COLLAPSE=3) | 
| tuple | collapsible_y = GObject.property(type=int, default=0) | 
| tuple | collapsible_label = GObject.property(type=str, default='') | 
Definition at line 1034 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_add | ( | self, | |
| widget | |||
| ) | 
This method had to be overridden to allow the add and packs method to work with Glade.
Definition at line 1156 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_add1 | ( | self, | |
| widget | |||
| ) | 
Overrides the add1 superclass' method for pack1 to work correctly.
Definition at line 1168 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_add2 | ( | self, | |
| widget | |||
| ) | 
Overrides the add2 superclass' method for pack2 to work correctly.
Definition at line 1184 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_button_press_event | ( | self, | |
| args | |||
| ) | 
This callback allows or denies the paned handle to move depending on the expanded expander
Definition at line 1122 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_button_release_event | ( | self, | |
| args | |||
| ) | 
Callback when the paned handle is released from its mouse click.
Definition at line 1130 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_pack1 | ( | self, | |
| widget, | |||
| args, | |||
| kwargs | |||
| ) | 
Packs the widget into the first paned child, adding a GtkExpander around the packed widget if the collapsible1 property is True.
Definition at line 1174 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_pack2 | ( | self, | |
| widget, | |||
| args, | |||
| kwargs | |||
| ) | 
Packs the widget into the second paned child, adding a GtkExpander around the packed widget if the collapsible2 property is True.
Definition at line 1190 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.do_remove | ( | self, | |
| widget | |||
| ) | 
Overwrites the super class remove method, taking care of removing the child even if it's wrapped inside an Expander.
Definition at line 1138 of file coverart_widgets.py.
| def coverart_widgets.PanedCollapsible.expand | ( | self, | |
| force | |||
| ) | 
Toggles the expanded property of the collapsible children. unless requested to force expansion
Definition at line 1227 of file coverart_widgets.py.
returns the position of the expander i.e. expanded or not
Definition at line 1240 of file coverart_widgets.py.