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

Class AppList

source code

object --+
         |
        AppList

A list of applications which can be displayed in an AppListBox. For example, a program might implement this to display a list of plugins. This default implementation lists applications in the freedesktop.org menus.

Instance Methods
 
get_apps(self)
Return a list of application URIs.
source code
 
remove_app(self, uri)
Remove this application from the list.
source code

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

Properties

Inherited from object: __class__