Unity 8
|
Public Member Functions | |
def | __init__ (self, args) |
def | get_applications_grid (self) |
def | get_application_icon (self, text) |
def | get_scope |
def | get_scope_by_index |
def | open_scope (self, scope_id) |
def | enter_search_query (self, 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 56 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 76 of file dash.py.