#:import resource_find kivy.resources.resource_find : source: resource_find('atlas://search/search') tooltip: 'Apply the current search filter' : source: resource_find('atlas://search/exclusive_filter') tooltip: 'Show only selected items' : source: resource_find('atlas://search/exclude_filter') tooltip: 'Exclude selected items' : source: resource_find('atlas://search/sort_key') tooltip: 'Specify the sort key' : source_up: resource_find('atlas://search/sort_order_up') source_down: resource_find('atlas://search/sort_order_down') source: self.source_up tooltip: 'Sort order' ## EOF ##