Class k.u.s.SearchResults(
ObjectList
):
Part of
kiwi.ui.search
Undocumented
Function
__init__
Create a new ObjectList object.
def
__init__(self, columns):
Create a new ObjectList object.
param
columns
a list of Columns
param
objects
a list of objects to be inserted or None
param
mode
selection mode
param
sortable
whether the user can sort the list
param
model
gtk.TreeModel to use or None to create one