HomeSort by relevance Sort by last modified time
    Searched refs:padx (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /system/extras/simpleperf/scripts/
report.py 204 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
208 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
212 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 46 a.pack_configure(side='top', ipadx=5, padx=10, ipady=15, pady=20,
127 check('20x40+260+80', '240x200+0+0', side='right', padx=20)
128 check('20x40+250+80', '240x200+0+0', side='right', padx=(10, 30))
130 check('30x40+260+80', '250x200+0+0', side='right', ipadx=5, padx=10)
131 check('20x40+260+80', '240x200+0+0', side='right', padx=20, fill='x')
133 side='right', padx=(9, 31), fill='x')
136 side='right', ipadx=5, padx=10, fill='x')
138 side='right', ipadx=5, padx=(5, 15), fill='x')
139 check('20x40+140+0', '300x160+0+40', side='top', padx=20)
140 check('20x40+120+0', '300x160+0+40', side='top', padx=(0, 40)
    [all...]
test_widgets.py 62 'menu', 'padx', 'pady', 'relief', 'screen',
102 'padx', 'pady', 'relief', 'takefocus', 'visual', 'width',
116 'labelanchor', 'labelwidget', 'padx', 'pady', 'relief',
153 'image', 'justify', 'padx', 'pady', 'relief', 'state',
170 'image', 'justify', 'overrelief', 'padx', 'pady', 'relief',
193 'padx', 'pady', 'relief', 'selectcolor', 'selectimage', 'state',
221 'padx', 'pady', 'relief', 'selectcolor', 'selectimage', 'state',
244 'padx', 'pady', 'relief', 'state',
288 self.checkPixelsParam(widget, 'padx', 3, 4.4, 5.6, '12m')
289 self.checkParam(widget, 'padx', -2, expected=0
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_geometry_managers.py 46 a.pack_configure(side='top', ipadx=5, padx=10, ipady=15, pady=20,
127 check('20x40+260+80', '240x200+0+0', side='right', padx=20)
128 check('20x40+250+80', '240x200+0+0', side='right', padx=(10, 30))
130 check('30x40+260+80', '250x200+0+0', side='right', ipadx=5, padx=10)
131 check('20x40+260+80', '240x200+0+0', side='right', padx=20, fill='x')
133 side='right', padx=(9, 31), fill='x')
136 side='right', ipadx=5, padx=10, fill='x')
138 side='right', ipadx=5, padx=(5, 15), fill='x')
139 check('20x40+140+0', '300x160+0+40', side='top', padx=20)
140 check('20x40+120+0', '300x160+0+40', side='top', padx=(0, 40)
    [all...]
test_widgets.py 65 'menu', 'padx', 'pady', 'relief', 'screen',
106 'padx', 'pady', 'relief', 'takefocus', 'visual', 'width',
120 'labelanchor', 'labelwidget', 'padx', 'pady', 'relief',
157 'image', 'justify', 'padx', 'pady', 'relief', 'state',
174 'image', 'justify', 'overrelief', 'padx', 'pady', 'relief',
197 'padx', 'pady', 'relief', 'selectcolor', 'selectimage', 'state',
225 'padx', 'pady', 'relief', 'selectcolor', 'selectimage', 'state',
248 'padx', 'pady', 'relief', 'state',
292 self.checkPixelsParam(widget, 'padx', 3, 4.4, 5.6, '12m')
293 self.checkParam(widget, 'padx', -2, expected=0
    [all...]
  /external/python/cpython3/Lib/turtledemo/
__main__.py 183 self.output_lbl.grid(row=1, column=0, sticky='news', padx=(0,5))
206 self.text = text = Text(text_frame, name='text', padx=5,
  /external/v8/tools/
stats-viewer.py 234 name.grid(row=index, column=0, padx=1, pady=1)
243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
  /external/python/cpython2/Lib/idlelib/
SearchDialogBase.py 176 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
help.py 166 padx=5, borderwidth=0, width=uwide, height=uhigh)
TreeWidget.py 252 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /external/python/cpython3/Lib/idlelib/
searchbase.py 173 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
help.py 161 padx=5, borderwidth=0, width=uwide, height=uhigh)
tree.py 253 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialogBase.py 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
TreeWidget.py 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchDialogBase.py 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
TreeWidget.py 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
TreeWidget.py 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 137 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
TreeWidget.py 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2)
  /external/python/cpython2/Demo/tkinter/ttk/
ttkcalendar.py 102 self._header.grid(in_=hframe, column=1, row=0, padx=12)
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 262 'jump', 'justify', 'orient', 'padx', 'pady', 'relief',
405 self.checkPixelsParam(widget, 'padx', 3, 4.4, 5.6, -2, '12m',
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 244 'jump', 'justify', 'orient', 'padx', 'pady', 'relief',
387 self.checkPixelsParam(widget, 'padx', 3, 4.4, 5.6, -2, '12m',
  /external/python/cpython2/Lib/lib-tk/
turtle.py 375 self._canvas.grid(padx=1, in_ = self, pady=1, row=0,
377 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
379 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
410 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
412 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
    [all...]

Completed in 1114 milliseconds

1 2 34 5