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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 73 py_button_f = Frame(frameBg, bg=self.bg)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
75 buttonLicense = Button(py_button_f, text='License', width=8,
79 buttonCopyright = Button(py_button_f, text='Copyright', width=8,
83 buttonCredits = Button(py_button_f, text='Credits', width=8,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 73 py_button_f = Frame(frameBg, bg=self.bg)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
75 buttonLicense = Button(py_button_f, text='License', width=8,
79 buttonCopyright = Button(py_button_f, text='Copyright', width=8,
83 buttonCredits = Button(py_button_f, text='Credits', width=8,

Completed in 47 milliseconds