HomeSort by relevance Sort by last modified time
    Searched full:xview (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 106 # Arguments to xview/yview
Tkinter.py 1481 def xview(self, *args): member in class:XView
    [all...]
Tix.py     [all...]
ttk.py     [all...]
turtle.py 368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 106 # Arguments to xview/yview
Tkinter.py 1481 def xview(self, *args): member in class:XView
    [all...]
Tix.py     [all...]
ttk.py     [all...]
turtle.py 368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track.js 139 var xView = vp.xWorldToView(x);
147 ctx.arc(xView, halfHeight, snapshotRadiusView, 0, twoPi);
155 ctx.arc(xView, halfHeight, snapshotRadiusView - 1, 0, twoPi);
ruler_track.js 240 var xView = Math.floor(curXView + minorMarkDistancePx * i);
241 ctx.moveTo(xView, rulerHeight - minorTickH);
242 ctx.lineTo(xView, rulerHeight);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 427 self.hbar['command'] = self.canvas.xview
configDialog.py 281 scrollTargetX.config(command=self.listBindings.xview)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 427 self.hbar['command'] = self.canvas.xview
configDialog.py 281 scrollTargetX.config(command=self.listBindings.xview)
    [all...]

Completed in 1418 milliseconds