/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
tktools.py | 63 def make_scrollbars(parent, hbar, vbar, pack=1, class_=None, name=None,
73 Return a tuple containing the hbar, the vbar, and the frame, where
74 hbar and vbar are None if not requested.
89 if not hbar:
104 if hbar:
105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar",
107 hbar.pack(fill=X, side=BOTTOM)
109 hbar = None
111 return hbar, vbar, frame [all...] |
/external/python/cpython2/Tools/webchecker/ |
tktools.py | 63 def make_scrollbars(parent, hbar, vbar, pack=1, class_=None, name=None, 73 Return a tuple containing the hbar, the vbar, and the frame, where 74 hbar and vbar are None if not requested. 89 if not hbar: 104 if hbar: 105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar", 107 hbar.pack(fill=X, side=BOTTOM) 109 hbar = None 111 return hbar, vbar, fram [all...] |
/external/python/cpython2/Demo/turtle/ |
turtleDemo.py | 118 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL) 119 hbar['command'] = text.xview 120 hbar.pack(side=BOTTOM, fill=X) 124 text['xscrollcommand'] = hbar.set
|
/external/python/cpython3/Lib/turtledemo/ |
__main__.py | 213 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL) 214 hbar['command'] = text.xview 215 hbar.pack(side=BOTTOM, fill=X) 217 text['xscrollcommand'] = hbar.set
|
/external/python/cpython2/Lib/idlelib/ |
TreeWidget.py | 423 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 424 self.hbar.grid(row=1, column=0, sticky="ews") 427 self.canvas['xscrollcommand'] = self.hbar.set 428 self.hbar['command'] = self.canvas.xview
|
/external/python/cpython3/Lib/idlelib/ |
tree.py | 424 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 425 self.hbar.grid(row=1, column=0, sticky="ews") 428 self.canvas['xscrollcommand'] = self.hbar.set 429 self.hbar['command'] = self.canvas.xview
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 423 self.hbar.grid(row=1, column=0, sticky="ews") 426 self.canvas['xscrollcommand'] = self.hbar.set 427 self.hbar['command'] = self.canvas.xview
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 423 self.hbar.grid(row=1, column=0, sticky="ews") 426 self.canvas['xscrollcommand'] = self.hbar.set 427 self.hbar['command'] = self.canvas.xview
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 423 self.hbar.grid(row=1, column=0, sticky="ews") 426 self.canvas['xscrollcommand'] = self.hbar.set 427 self.hbar['command'] = self.canvas.xview
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal") 423 self.hbar.grid(row=1, column=0, sticky="ews") 426 self.canvas['xscrollcommand'] = self.hbar.set 427 self.hbar['command'] = self.canvas.xview
|
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 488 var hbar = []byte("---\n") var 523 b.write0(hbar)
|
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 488 var hbar = []byte("---\n") var 523 b.write0(hbar)
|
/external/fonttools/Lib/fontTools/ |
agl.py | 175 0126;Hbar;LATIN CAPITAL LETTER H WITH STROKE 473 0127;hbar;LATIN SMALL LETTER H WITH STROKE
|
/prebuilts/go/darwin-x86/src/html/ |
entity.go | [all...] |
/prebuilts/go/linux-x86/src/html/ |
entity.go | [all...] |