HomeSort by relevance Sort by last modified time
    Searched full:yview (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
counter_track.js 140 var yView = height - (yScale * y);
169 ctx.lineTo(x, yView);
173 yLastView = yView;
188 var yView = height - (yScale * y);
189 ctx.fillRect(x - pixWidth, yView - 1, 3 * pixWidth, 3);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 28 self.vbar['command'] = self.yview
Tkconstants.py 106 # Arguments to xview/yview
FileDialog.py 78 self.filesbar.config(command=(self.files, 'yview'))
85 self.dirsbar.config(command=(self.dirs, 'yview'))
Tkinter.py 1502 def yview(self, *args): member in class:YView
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 28 self.vbar['command'] = self.yview
Tkconstants.py 106 # Arguments to xview/yview
FileDialog.py 78 self.filesbar.config(command=(self.files, 'yview'))
85 self.dirsbar.config(command=(self.dirs, 'yview'))
Tkinter.py 1502 def yview(self, *args): member in class:YView
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 74 scrollbar $w.sb -orient vertical -command "$w.t yview"
132 $w yview insert
242 $w yview insert
428 $w yview insert
516 $w yview scroll 1 units
518 $w yview scroll -1 units
666 scrollbar $w.sb -orient vertical -command [list $w.t yview]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 20 vbar["command"] = listbox.yview
textView.py 50 self.scrollbarView.config(command=self.textView.yview)
keybindingDialog.py 102 command=self.listKeysFinal.yview)
174 self.listKeysFinal.yview(MOVETO, '0.0')
AutoCompleteWindow.py 191 scrollbar.config(command=listbox.yview)
Debugger.py 430 vbar["command"] = canvas.yview
TreeWidget.py 425 self.vbar['command'] = self.canvas.yview
configDialog.py 129 scrollFont.config(command=self.listFontName.yview)
280 scrollTargetY.config(command=self.listBindings.yview)
389 scrollHelpList.config(command=self.listHelp.yview)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 20 vbar["command"] = listbox.yview
textView.py 50 self.scrollbarView.config(command=self.textView.yview)
keybindingDialog.py 102 command=self.listKeysFinal.yview)
174 self.listKeysFinal.yview(MOVETO, '0.0')
AutoCompleteWindow.py 191 scrollbar.config(command=listbox.yview)
Debugger.py 430 vbar["command"] = canvas.yview
TreeWidget.py 425 self.vbar['command'] = self.canvas.yview
configDialog.py 129 scrollFont.config(command=self.listFontName.yview)
280 scrollTargetY.config(command=self.listBindings.yview)
389 scrollHelpList.config(command=self.listHelp.yview)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 31 scrollbar .ls -command {.l yview}

Completed in 596 milliseconds

1 2