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

  /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 275 milliseconds