#:import resource_find kivy.resources.resource_find : source: resource_find('atlas://browser/next_page') tooltip: 'One page down' : source: resource_find('atlas://browser/previous_page') tooltip: 'One page up' : source: resource_find('atlas://browser/scroll_up') tooltip: 'One row up' : source: resource_find('atlas://browser/scroll_down') tooltip: 'One row down' : source: resource_find('atlas://browser/jump_to_page') tooltip: 'Jump to a specified page' : source: resource_find('atlas://browser/zoom_in') tooltip: 'Zoom in' : source: resource_find('atlas://browser/zoom_out') tooltip: 'Zoom out' : source: resource_find('atlas://browser/jump_to_cursor') tooltip: 'Jump to cursor' : source: resource_find('atlas://browser/set_cursor') tooltip: 'Set the cursor' : source: resource_find('atlas://browser/cursor_first') tooltip: 'Go to first image' : source: resource_find('atlas://browser/cursor_last') tooltip: 'Go to last image' : source: resource_find('atlas://browser/cursor_up') tooltip: 'Cursor up' : source: resource_find('atlas://browser/cursor_down') tooltip: 'Cursor down' : source: resource_find('atlas://browser/cursor_left') tooltip: 'Cursor left' : source: resource_find('atlas://browser/cursor_right') tooltip: 'Cursor right' : source: resource_find('atlas://browser/select_all') tooltip: 'Select all' : source: resource_find('atlas://browser/select_none') tooltip: 'Clear selection' : source: resource_find('atlas://browser/select_invert') tooltip: 'Invert selection' : source: resource_find('atlas://browser/select_single') tooltip: 'Select one' : source: resource_find('atlas://browser/select_multi') tooltip: 'Select many' : source: resource_find('atlas://browser/select_add') tooltip: 'Add to selection' : source: resource_find('atlas://browser/select_sub') tooltip: 'Remove from selection' : source: resource_find('atlas://browser/select_range') tooltip: 'Select range'