Searched refs:bbox (Results 1 - 19 of 19) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTipWindow.py35 box = self.widget.bbox("%d.%d" % (self.parenline,
38 box = self.widget.bbox("%d.0" % curline)
40 box = list(self.widget.bbox("insert"))
H A DTreeWidget.py171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
238 x0, y0, x1, y1 = self.canvas.bbox(id)
H A DAutoCompleteWindow.py223 x, y, cx, cy = text.bbox(self.startindex)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTipWindow.py35 box = self.widget.bbox("%d.%d" % (self.parenline,
38 box = self.widget.bbox("%d.0" % curline)
40 box = list(self.widget.bbox("insert"))
H A DTreeWidget.py171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
238 x0, y0, x1, y1 = self.canvas.bbox(id)
H A DAutoCompleteWindow.py223 x, y, cx, cy = text.bbox(self.startindex)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py223 self.assertEqual(len(self.entry.bbox(0)), 4)
224 for item in self.entry.bbox(0):
227 self.assertRaises(Tkinter.TclError, self.entry.bbox, 'noindex')
228 self.assertRaises(Tkinter.TclError, self.entry.bbox, None)
761 self.assertEqual(self.tv.bbox(''), '')
769 bbox = self.tv.bbox(children[0])
770 self.assertEqual(len(bbox), 4)
771 self.assertTrue(isinstance(bbox, tuple))
772 for item in bbox
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py223 self.assertEqual(len(self.entry.bbox(0)), 4)
224 for item in self.entry.bbox(0):
227 self.assertRaises(Tkinter.TclError, self.entry.bbox, 'noindex')
228 self.assertRaises(Tkinter.TclError, self.entry.bbox, None)
761 self.assertEqual(self.tv.bbox(''), '')
769 bbox = self.tv.bbox(children[0])
770 self.assertEqual(len(bbox), 4)
771 self.assertTrue(isinstance(bbox, tuple))
772 for item in bbox
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DCanvas.py50 def bbox(self): member in class:CanvasItem
51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
152 def bbox(self): member in class:Group
153 return self.canvas._getints(self._do('bbox'))
H A DTkdnd.py282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
H A Dttk.py669 def bbox(self, index): member in class:Entry
672 return self.tk.call(self._w, "bbox", index)
1177 def bbox(self, item, column=None): member in class:Treeview
1184 return self.tk.call(self._w, "bbox", item, column)
H A DTkinter.py1322 args = ('grid', 'bbox', self._w)
1329 bbox = grid_bbox variable in class:Misc
1965 bbox = grid_bbox = Misc.grid_bbox
2206 def bbox(self, *args): member in class:Canvas
2210 self.tk.call((self._w, 'bbox') + args)) or None
2553 def bbox(self, *args): member in class:Listbox
2557 self.tk.call((self._w, 'bbox') + args)) or None
2890 def bbox(self, *args): member in class:Text
2894 self.tk.call((self._w, 'bbox') + args)) or None
3402 def bbox(sel member in class:Spinbox
[all...]
H A Dturtle.py422 def bbox(self, *args): member in class:ScrolledCanvas
425 return self._canvas.bbox(*args)
622 x0, y0, x1, y1 = self.cv.bbox(item)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DCanvas.py50 def bbox(self): member in class:CanvasItem
51 x1, y1, x2, y2 = self.canvas.bbox(self.id)
152 def bbox(self): member in class:Group
153 return self.canvas._getints(self._do('bbox'))
H A DTkdnd.py282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
H A Dttk.py669 def bbox(self, index): member in class:Entry
672 return self.tk.call(self._w, "bbox", index)
1177 def bbox(self, item, column=None): member in class:Treeview
1184 return self.tk.call(self._w, "bbox", item, column)
H A DTkinter.py1322 args = ('grid', 'bbox', self._w)
1329 bbox = grid_bbox variable in class:Misc
1965 bbox = grid_bbox = Misc.grid_bbox
2206 def bbox(self, *args): member in class:Canvas
2210 self.tk.call((self._w, 'bbox') + args)) or None
2553 def bbox(self, *args): member in class:Listbox
2557 self.tk.call((self._w, 'bbox') + args)) or None
2890 def bbox(self, *args): member in class:Text
2894 self.tk.call((self._w, 'bbox') + args)) or None
3402 def bbox(sel member in class:Spinbox
[all...]
H A Dturtle.py422 def bbox(self, *args): member in class:ScrolledCanvas
425 return self._canvas.bbox(*args)
622 x0, y0, x1, y1 = self.cv.bbox(item)
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
H A Dclover-3.1.12.jarMETA-INF/ META-INF/MANIFEST.MF license/ com/ com/atlassian/ com/atlassian/clover/ com/atlassian/clover/ ...

Completed in 561 milliseconds