Unity 8
|
Public Member Functions | |
def | open_preview (self, category, app_name) |
def | click_scope_item (self, category, title) |
def | get_applications (self, category) |
def unity8.shell.emulators.dash.GenericScopeView.click_scope_item | ( | self, | |
category, | |||
title | |||
) |
Click an item from the scope. :parameter category: The name of the category where the item is. :parameter title: The title of the item.
Definition at line 212 of file dash.py.
def unity8.shell.emulators.dash.GenericScopeView.get_applications | ( | self, | |
category | |||
) |
Return the list of applications on a category. :parameter category: The name of the category.
Definition at line 231 of file dash.py.
def unity8.shell.emulators.dash.GenericScopeView.open_preview | ( | self, | |
category, | |||
app_name | |||
) |
Open the preview of an application. :parameter category: The name of the category where the application is. :parameter app_name: The name of the application. :return: The opened preview.
Definition at line 192 of file dash.py.