Lines Matching refs:guide
59 This is used to sort the horizontal and vertical guide positions,
82 Returns all guide elements as an iterable collection
86 xpath = self.document.xpath("//sodipodi:guide",
89 guide = {}
92 guide['orientation'] = 'horizontal'
93 guide['position'] = y
94 guides.append(guide)
96 guide['orientation'] = 'vertical'
97 guide['position'] = x
98 guides.append(guide)
125 Make a sorted list of all horizontal guide positions,
141 Make a sorted list of all vertical guide positions,