Home
last modified time | relevance | path

Searched refs:page_y_top (Results 1 – 1 of 1) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibtreebase.py390 page_y_top = [0]
401 page_y_top.append(box.y_cm - liloffset)
410 page_y_top[self.y_pages-1],
419 return page_y_top
421 def __paginate_note(self, x_page_offsets, page_y_top): argument
428 x_page_offsets[x_page], page_y_top[y_page])
434 def __paginate_lines(self, x_page_offsets, page_y_top): argument
457 page_y_top[y_page])
475 page_y_top[y_page])
538 self.__paginate_note(x_page_offsets, page_y_top)
[all …]