|
Unity 8
|


Public Member Functions | |
| def | __init__ |
| def | get_applications_grid |
| def | get_application_icon |
| def | get_scope |
| def | open_scope |
| def | enter_search_query |
Public Attributes | |
| dash_content_list | |
| def unity8.shell.emulators.dash.Dash.get_application_icon | ( | self, | |
| text | |||
| ) |
Returns a 'Tile' icon that has the text 'text' from the application grid. :param text: String containing the text of the icon to search for.
Definition at line 46 of file dash.py.
| def unity8.shell.emulators.dash.Dash.open_scope | ( | self, | |
| scope_id | |||
| ) |
Open a dash scope. :parameter scope_id: The id of the scope. :return: The scope.
Definition at line 62 of file dash.py.