launcher.gallery#

The application launcher item viewer.

Classes:

LauncherGallery([parent])

A generic gallery widget used to let the user pick an item.

Functions:

close()

Opens the LauncherGallery editor.

show()

Shows the LauncherGallery editor.

class bookmarks.launcher.gallery.LauncherGallery(parent=None)[source]#

Bases: GalleryWidget

A generic gallery widget used to let the user pick an item.

Methods:

focusOutEvent(event)

Event handler.

item_generator()

Yields the available launcher items stored in the bookmark item database.

focusOutEvent(event)[source]#

Event handler.

item_generator()[source]#

Yields the available launcher items stored in the bookmark item database.

bookmarks.launcher.gallery.close()[source]#

Opens the LauncherGallery editor.

bookmarks.launcher.gallery.show()[source]#

Shows the LauncherGallery editor.