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

  /external/python/cpython2/Lib/idlelib/
aboutDialog.py 98 idle_button_f = Frame(frameBg, bg=self.bg)
99 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
100 idle_about_b = Button(idle_button_f, text='README', width=8,
104 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
108 idle_credits_b = Button(idle_button_f, text='Credits', width=8,
  /external/python/cpython3/Lib/idlelib/
help_about.py 101 idle_button_f = Frame(frameBg, bg=self.bg)
102 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
103 idle_about_b = Button(idle_button_f, text='README', width=8,
107 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
111 idle_credits_b = Button(idle_button_f, text='Credits', width=8,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
aboutDialog.py 93 idle_button_f = Frame(frameBg, bg=self.bg)
94 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
95 idle_about_b = Button(idle_button_f, text='README', width=8,
99 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
103 idle_credits_b = Button(idle_button_f, text='Credits', width=8,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
aboutDialog.py 93 idle_button_f = Frame(frameBg, bg=self.bg)
94 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
95 idle_about_b = Button(idle_button_f, text='README', width=8,
99 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
103 idle_credits_b = Button(idle_button_f, text='Credits', width=8,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 93 idle_button_f = Frame(frameBg, bg=self.bg)
94 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
95 idle_about_b = Button(idle_button_f, text='README', width=8,
99 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
103 idle_credits_b = Button(idle_button_f, text='Credits', width=8,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 93 idle_button_f = Frame(frameBg, bg=self.bg)
94 idle_button_f.grid(row=13, column=0, columnspan=3, sticky=NSEW)
95 idle_about_b = Button(idle_button_f, text='README', width=8,
99 idle_news_b = Button(idle_button_f, text='NEWS', width=8,
103 idle_credits_b = Button(idle_button_f, text='Credits', width=8,

Completed in 154 milliseconds