Package zeroinstall :: Package gtkui :: Module applistbox :: Class AppListBox
[frames] | no frames]

Class AppListBox

source code

object --+
         |
        AppListBox

A dialog box which lists applications already added to the menus.

Instance Methods
 
__init__(self, iface_cache, app_list)
Constructor.
source code
 
populate_model(self) source code
 
action_run(self, uri) source code
 
action_help(self, uri) source code
 
action_properties(self, uri) source code
 
action_remove(self, uri) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, iface_cache, app_list)
(Constructor)

source code 

Constructor.

Parameters:
Overrides: object.__init__