|
Methods defined here:
- __init__(self, application, itype, dir, types, info=None, check=True)
- Create the install list dialog.
application - path to application to install
itype - string describing the type of action to install
dir - directory in Choices to store links in
types - list of MIME types
info - optional message to display below list
check - if true (the default), check for existing entries
- get_active(self)
- Return list of selected types
- load_types(self)
- Load list of types into window
- toggled(self, cell, path, model)
- Handle the CellRedererToggle stuff
|