HomeSort by relevance Sort by last modified time
    Searched refs:displayof (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 538 clipboard clear -displayof $w
539 clipboard append -displayof $w $text
576 if {[catch {selection get -displayof $w -selection CLIPBOARD} topaste]
577 && [catch {selection get -displayof $w -selection PRIMARY} topaste]} {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 488 name = self.tk.call('focus', '-displayof', self._w)
560 def bell(self, displayof=0):
562 self.tk.call(('bell',) + self._displayof(displayof))
591 A widget specified for the optional displayof keyword
593 if 'displayof' not in kw: kw['displayof'] = self._w
598 A widget specified at the optional displayof keyword
601 if 'displayof' not in kw: kw['displayof'] = self._w
659 if 'displayof' not in kw: kw['displayof'] = self._
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 488 name = self.tk.call('focus', '-displayof', self._w)
560 def bell(self, displayof=0):
562 self.tk.call(('bell',) + self._displayof(displayof))
591 A widget specified for the optional displayof keyword
593 if 'displayof' not in kw: kw['displayof'] = self._w
598 A widget specified at the optional displayof keyword
601 if 'displayof' not in kw: kw['displayof'] = self._w
659 if 'displayof' not in kw: kw['displayof'] = self._
    [all...]

Completed in 25 milliseconds