Class p.u.o.AttrSortCombo(gtk.HBox):

Part of pida.ui.objectlist View In Hierarchy

No class docstring
Line # Kind Name Docs
31 Method __init__ @var objectlist: the objectlist to act on
63 Method _on_selection_changed Undocumented
66 Method _on_order_toggled Undocumented
69 Method _sort Undocumented
73 Method _get_order Undocumented
79 Method _get_attribute Undocumented
def __init__(self, objectlist, attributes, default):
@var objectlist: the objectlist to act on @var attributes: a sequence of attribute, title pairs @var default: the default attribute to sort by
def _on_selection_changed(self, combo):
Undocumented
def _on_order_toggled(self, button):
Undocumented
def _sort(self):
Undocumented
def _get_order(self):
Undocumented
def _get_attribute(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.