|
Methods defined here:
- __init__(self, application, itype, dir, types, info=None, check=True, site='rox.sourceforge.net')
- 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 types selected for installing
- get_uninstall(self)
- Return list of types selected for uninstalling
- install_toggled(self, cell, path, model)
- Handle the CellRedererToggle stuff for the install column
- load_types(self)
- Load list of types into window
- uninstall_toggled(self, cell, path, model)
- Handle the CellRedererToggle stuff for the uninstall column
|